get rid of the max-heights, these were breaking wrapping of long subjects and the html divs containing long email addresses.

sr=sspitzer
This commit is contained in:
mscott%netscape.com 2001-03-29 01:11:12 +00:00
Родитель a587cd795f
Коммит d7b4428123
2 изменённых файлов: 0 добавлений и 6 удалений

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

@ -60,7 +60,6 @@ mail-emailaddress {
color: blue;
text-decoration: underline;
cursor: pointer;
max-height: 16px;
min-height: 16px;
}
@ -85,7 +84,6 @@ text.headerdisplayname
font-weight : bold;
margin-right : 0.5em;
margin-left : 0.5em;
max-height: 16px;
min-height: 16px;
}
@ -143,7 +141,6 @@ text.collapsedHeaderDisplayName
{
font-weight: bold;
margin-left: .7em;
max-height: 16px;
min-height: 16px;
}

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

@ -81,7 +81,6 @@ mail-emailaddress
color : blue;
text-decoration : underline;
cursor : pointer;
max-height: 16px;
min-height: 16px;
}
@ -117,7 +116,6 @@ text.headerdisplayname
font-weight : bold;
margin-right : 0.5em;
margin-left : 0.5em;
max-height: 16px;
min-height: 16px;
}
@ -175,7 +173,6 @@ text.collapsedHeaderDisplayName
{
font-weight: bold;
margin-left: .7em;
max-height: 16px;
min-height: 16px;
}