Bug #245331 --> Don't truncate long attachment names in the messsage pane.

Patch by David Bienvenu.
This commit is contained in:
scott%scott-macgregor.org 2004-10-25 23:10:49 +00:00
Родитель a50c536224
Коммит 01e10cfde4
2 изменённых файлов: 2 добавлений и 4 удалений

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

@ -87,8 +87,7 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
.attachmentBox
{
width: 15em;
max-width: 10em;
min-width: 15em;
text-align: left;
}

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

@ -90,8 +90,7 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
.attachmentBox
{
width: 15em;
max-width: 10em;
min-width: 15em;
text-align: left;
}