[wp-trac] [WordPress Trac] #29202: Post list date fields get word-wrapped

WordPress Trac noreply at wordpress.org
Wed Aug 13 10:04:59 UTC 2014


#29202: Post list date fields get word-wrapped
--------------------------------+-----------------------------
 Reporter:  Clorith             |      Owner:
     Type:  defect (bug)        |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  Formatting          |    Version:
 Severity:  normal              |   Keywords:
  Focuses:  ui, administration  |
--------------------------------+-----------------------------
 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.

 [[Image(https://i.cloudup.com/m-9RZpILtb.jpg)]]

 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.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29202>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list