﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1484722,Attachments list: always one line displayed in Internet Explorer 7,sopel,,"If there are many attachments they are not all displayed in Internet Explorer 7 as it shows just one line, and should display a few lines.

I think that in mail.css, #attachments-list, line 600 should be

{{{
height: expression(Math.max(18, parseInt(this.clientHeight))+'px');
}}}

and not

{{{
height: expression(Math.min(18, parseInt(this.clientHeight))+'px');
}}}

",Bugs,closed,5,0.2-alpha,Client Scripts,0.1-rc2,minor,fixed,,
