Skip to content

Commit d321cb6

Browse files
committed
💄 Prevent overflowing of tooltip labels when popup goes out of view
1 parent 80a6f60 commit d321cb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎themes/shared/xul/tooltip.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ html|tooltip {
2828
background-color: InfoBackground;
2929
color: InfoText;
3030

31+
/* Prevent overflow wrapping of the label */
32+
white-space: pre;
33+
34+
text-align: start;
35+
3136
/* Otherwise, use an appropriate color for our color scheme */
3237
&:-moz-lwtheme {
3338
appearance: none;

0 commit comments

Comments
 (0)