Display mentions as an inline-block
Otherwise, the usernames don't always wrap properly
This commit is contained in:
parent
a5309d8cc7
commit
ff3f72abfc
@ -297,6 +297,8 @@ span.applink {
|
||||
|
||||
.status-mentions .mention {
|
||||
margin: 0 2px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.status-mentions .mention:first-of-type {
|
||||
|
Loading…
Reference in New Issue
Block a user