DescriptionDo not wrap text in the flakiness dashboard revision popup
Text wrapping is a little funny in an absolute-positioned element: the
available width of an off-screen element is zero which causes wrapping.
I created a minimal example of this is at http://pr.gg/wrapgenius.html
This behavior is well-known and there are workarounds [1].
The flakiness dashboard popup is similarly affected (see:
http://pr.gg/flakywrapping.png). Because the flakiness dashboard
revision popup has breaks already, we can just use
white-space: nowrap to fix this without any involved workarounds.
[1] http://stackoverflow.com/questions/14819574/preserve-normal-word-wrapping-inside-absolutely-positioned-container
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178519
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|