Skip to content

Commit

Permalink
πŸ’„ Prevent overflowing of tooltip labels when popup goes out of view
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Feb 16, 2024
1 parent 80a6f60 commit d321cb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/shared/xul/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ html|tooltip {
background-color: InfoBackground;
color: InfoText;

/* Prevent overflow wrapping of the label */
white-space: pre;

text-align: start;

/* Otherwise, use an appropriate color for our color scheme */
&:-moz-lwtheme {
appearance: none;
Expand Down

0 comments on commit d321cb6

Please sign in to comment.