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-06 21:08:36 -08:00
Родитель 63b70a8f17
Коммит 386790f153
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;
}