Attachment filename truncated - Thunderbird: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (Attachment filename truncated (Thunderbird) moved to Attachment filename truncated - Thunderbird: Conform to article naming conventions and workaround wiki bug)
m (update link to profile folder)
Line 1: Line 1:
Thunderbird may truncate the attachment's filename when displaying it. You can prevent this by adding the following to the [[userChrome.css]] file in the chrome subdirectory in in your [[profile folder]]. The file does not exist by default, so you may need to create it before you can start adding your preferences.
Thunderbird may truncate the attachment's filename when displaying it. You can prevent this by adding the following to the [[userChrome.css]] file in the chrome subdirectory in in your [[Profile folder - Thunderbird|profile folder]]. The file does not exist by default, so you may need to create it before you can start adding your preferences.


<pre>
<pre>

Revision as of 02:50, 8 June 2007

Thunderbird may truncate the attachment's filename when displaying it. You can prevent this by adding the following to the userChrome.css file in the chrome subdirectory in in your profile folder. The file does not exist by default, so you may need to create it before you can start adding your preferences.

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

External link


search keyword: abbreviated