Closed straight-shoota closed 7 months ago
I have not been able to identify the reason for this. It looks like a generic rendering bug in WebKit.
white-space: nowrap
can serve as a workaround, it prevents any line break in the link text. This is not ideal because technically longer labels could be possible and they should be able to wrap on small viewports. But I don't think there's any practical issue with this.
There should not be any line breaks, the items are supposed to span as wide as they need to.
This layout appears in Safari and Epiphany. Firefox and Chrome render it correctly.
The link underline is also missing in Safari (#768).