X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Fnavigator.css;h=6cf73ad87a156b1ef16b767b63a1baea4175e2b8;hb=refs%2Fheads%2FMOZILLA_1_8_BRANCH;hp=0541bb362ca24c2310e66f27fe34504f97d1cf73;hpb=bb035f6c592ced6570adfe50514af1cae87cdb1e;p=themes.git diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index 0541bb36..6cf73ad8 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -354,3 +354,10 @@ toolbarbutton.chevron[open="true"] { toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { display: none; } + +/* For multi-line tooltips, we need our own style */ +.htmltooltip-label { + max-width: 40em; + margin: 0; + white-space: -moz-pre-wrap; +}