#46328: Long spam link mobile view
----------------------------------------+-----------------------------
 Reporter:  Marius84                    |       Owner:  (none)
     Type:  defect (bug)                |      Status:  new
 Priority:  normal                      |   Milestone:  Future Release
Component:  Comments                    |     Version:  3.9
 Severity:  minor                       |  Resolution:
 Keywords:  needs-patch good-first-bug  |     Focuses:  ui
----------------------------------------+-----------------------------
Changes (by earnjam):
 * keywords:   => needs-patch good-first-bug
 * focuses:   => ui
 * version:  5.1 => 3.9
 * milestone:  Awaiting Review => Future Release
Comment:
 Thanks @Marius84! I am able to replicate this.
 It looks like it's due to this rule on line 1900 in `/wp-admin/css/list-
 tables.css`
 {{{
 #!css
 .widefat * {
         word-wrap: normal;
 }
 }}}
 It overrides the default `break-word` value for `.widefat *` in the common
 css file, but I'm not sure why specifically. I'd be a bit weary of
 changing that for how many things it would affect. Might be better to
 target the comments list table directly, or even the specific paragraph
 tag where these things are overrunning the container.
-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/46328#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform