|
|
[an error occurred while processing this directive]
Mozilla Mailnews FAQLast updated on January 29, 2005.
How do I increase the width of the attachments box in the message composition window?Add this script in your userChrome.css (See Editing Config Files): #attachmentBucket {min-width: 30em;} You can adjust the "30em" to whatever length you want. |