Skip to content

Commit

Permalink
Merge pull request #15759 from ckeditor/ci/5547-wrapping-tooltips
Browse files Browse the repository at this point in the history
Other (ui): Mutli-line tooltips will now have `max-width` set to `200px` by default.
  • Loading branch information
scofalik authored Feb 13, 2024
2 parents 869b87f + 690f4fa commit 153c26d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
white-space: break-spaces;
display: inline-block;
padding: var(--ck-tooltip-text-padding) 0;
max-width: 200px;
}

/* Reset balloon panel styles */
Expand Down

0 comments on commit 153c26d

Please sign in to comment.