зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a587cd795f
Коммит
d7b4428123
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче