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

Patch by David Bienvenu.


git-svn-id: svn://10.0.0.236/trunk@164397 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org 2004-10-25 23:10:49 +00:00
parent 0398038571
commit eb48fb089f
2 changed files with 2 additions and 4 deletions

View File

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

View File

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