Changes between Initial Version and Version 1 of Ticket #5603, comment 6
- Timestamp:
- Jul 6, 2011, 6:33:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5603, comment 6
initial v1 1 I successfully worked around this problem in one case by changing my "height" style to "min-height". This will render the same in IE 8/9 , FF 4/5, and Chrome (v13 tested). Changing the inline styles on [http://jsbin.com/ehubo/22] also yielded the expected results.1 I successfully worked around this problem in one case by changing my "height" style to "min-height". This will render the same in IE 8/9 (in standards mode), FF 4/5, and Chrome (v13 tested). Changing the inline styles on [http://jsbin.com/ehubo/22] also yielded the expected results. 2 2 3 3 I also achieved the proper effect in my own application by specifying line-height, although I can't seem to replicate that, and I don't think I'd recommend it anyway.