make the user agent header field name stay at the top of the line when the user agent wraps.

rs=sspitzer
This commit is contained in:
mscott%netscape.com 2001-11-28 00:04:30 +00:00
Родитель 39387d6c7c
Коммит 1305f51576
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -35,7 +35,7 @@
use headerValue to set the header value. -->
<binding id="mail-headerfield">
<content>
<xul:hbox class="headerBox" inherits="orient" align="center" flex="1">
<xul:hbox class="headerBox" inherits="orient" align="start" flex="1">
<xul:hbox class="headerValueBox">
<xul:label class="headerdisplayname plain" inherits="value=label"/>
</xul:hbox>