Attachment filename truncated - ThunderbirdFrom MozillaZine Knowledge BaseThunderbird 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;
}
[edit] External link
|
|