Closed
Bug 1244327
Opened 10 years ago
Closed 9 years ago
nowrap isn't working with an inline-block container
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cyril.auburtin, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.13 Safari/537.36
Steps to reproduce:
I've seen similar issues but not exactly the same
Here https://jsfiddle.net/crl/2x3jfb5j/6 nowrap on the parent or https://jsfiddle.net/crl/2x3jfb5j/7/ nowrap on items, in both cases text appears outside of its parent
it doesn't happen if the root parent isn't inline-block or with a 'small' width
Actual results:
text overflowing
Expected results:
bounding box of text should be extended
| Reporter | ||
Comment 1•10 years ago
|
||
well I should use lists... https://jsfiddle.net/crl/2x3jfb5j/9/
Comment 2•9 years ago
|
||
All three testcases renders the same in Firefox Nightly (57.0a1 (2017-08-29)) as in Chrome.
There is no text overflowing.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•