Opened 10 years ago
Closed 7 years ago
#29202 closed defect (bug) (worksforme)
Post list date fields get word-wrapped
Reported by: | Clorith | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.9.1 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Description
On iPad in landscape mode, the word-wrap for the date column comes at a bad position both for the date it self, as well as the "Scheduled" label.
Adding a white-space: nowrap
css rule would stop the cut, but the current 10% width makes it slide into an overflow: hidden
instead, which is just as bad.
Bumped up the width to 12% to account for both the slightly wider text, and the padding to make it look appropriate, but would definitely require i18n testing to see how it plays with other languages.
Potentially this might be more suited for a media query, but the cutoff point (at least for English) is at a point which doesn't fit any of the standard sizes for devices, so a full fledged approach would be ideal, at least for the default display.
The wordwrap starts at 1080px wide, so I guess users with smaller monitors will be seeing the same