[wp-meta] [Making WordPress.org] #2056: Long usernames overflow and bleed into post content
Making WordPress.org
noreply at wordpress.org
Sat Sep 17 05:08:04 UTC 2016
#2056: Long usernames overflow and bleed into post content
----------------------------+------------------
Reporter: Clorith | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Support Forums | Resolution:
Keywords: needs-patch |
----------------------------+------------------
Changes (by netweb):
* keywords: => needs-patch
Comment:
Adding `word-break: break-word;` looks alright from here:
{{{
#!css
#bbpress-forums p.bbp-user-nicename {
font-weight: bold;
color: #888;
display: inline-block;
margin: 0;
word-break: break-word;
}
}}}
[[Image(https://cldup.com/FidXVisxGe.png)]]
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2056#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list