Attachment filename truncated - Thunderbird: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(cleanup, cat)
m (Change how much of the attachments filename is displayed (Thunderbird) moved to Attachment filename truncated (Thunderbird))
(No difference)

Revision as of 06:02, 11 December 2005

Thunderbird may truncate the attachment's filename when displaying it. You can prevent this by adding the following to userChrome.css in your profile folder.

.attachmentBox {
width: auto !important;
max-width: none !important;
min-width: 15em !important;
}

External link

userChrome.css