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:03:46 +00:00
Родитель 9564dfc0a3
Коммит a587cd795f
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -80,7 +80,6 @@ text.subjectvalue {
text.headerdisplayname {
margin-right: .5em;
margin-left: .5em;
max-height: 16px;
min-height: 16px;
font-weight: bold;
}
@ -94,7 +93,6 @@ mail-emailaddress {
.emailDisplayButton {
cursor: pointer;
max-height: 16px;
min-height: 16px;
color: blue;
text-decoration: underline;
@ -104,6 +102,7 @@ mail-emailaddress {
text-align: right;
}
/* ::::: email address twisty ::::: */
.showMoreAddressesButton {
@ -162,7 +161,6 @@ mail-emailaddress {
text.collapsedHeaderDisplayName {
font-weight: bold;
margin-left: .7em;
max-height: 16px;
min-height: 16px;
}