/*  Tb - stop truncating long attachment file names  */


/* ========== info start ========== */
/*
- stops Thunderbird from truncating long attachment file names
- works in Thunderbird 1.5.0.x/2.0.0.x/3.0.x

ps - only affects read-message window, NOT NEW-message window

- source = http://kb.mozillazine.org/Attachment_filename_truncated_%28Thunderbird%29

- history
= 2007-04-22, Sunday
confirmed works in tb2 & updated version info
= 2010-01-19, Tuesday 
confirmed works in tb3 & updated version info
*/
/* ========== info end ========== */


/* ========== code start ========== */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.attachmentBox {
	width: auto !important;
	max-width: none !important;
	min-width: 15em !important;
	}
/* ========== code end ========== */