Active
Project:
Corolla
Version:
7.x-2.2
Component:
Browser compatibility
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2012 at 17:27 UTC
Updated:
7 Jun 2012 at 17:38 UTC
Found that in IE LTE 9 using the Ubuntu Mono Google font, the bottom portions of each letter were cutoff in all input boxes. Other fonts showed the same behavior and even one of the websafe font families was slightly impacted.
Added line-height: 1; in the ie-lte-9.css as follows
.block input.form-text,
.block input.form-password,
.block input.form-file {
width: 95%;
line-height: 1;
}This seems to resolve it but not sure if there is a better solution.
Comments
Comment #1
Jeff Burnz commentedCan you try this please and let me know if it works:
line-height: inherit;Comment #1.0
Jeff Burnz commentedspelling error