SeaMonkey Mailnews FAQ

Last updated on January 29, 2005.

How do I increase the width of the attachments box?

Add this script in your userChrome.css (See Editing Config Files):

#attachmentList {min-width: 40em !important;}

You can adjust the "40em" to whatever length you want.

Webmaster: Chris Ilias