Bug 218223: Long tooltips should wrap instead of cropping text, based on original SeaMonkey patch by Chris Thomas <cst@yecc.com>, Firefox patch by shaver, r=me

This commit is contained in:
gavin%gavinsharp.com 2007-11-07 05:12:39 +00:00
Родитель 6402d8f20e
Коммит 2b93eda879
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -1373,3 +1373,10 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
-moz-border-bottom-colors: #000000;
}
%endif
/* ::::: Tooltips (multi-line) from content ::::: */
.htmltooltip-label {
max-width: 40em;
margin: 0;
white-space: -moz-pre-wrap;
}