1
0
Fork 0

Display mentions as an inline-block

Otherwise, the usernames don't always wrap properly
This commit is contained in:
Ryan Fox 2022-01-19 07:51:40 -08:00
parent a5309d8cc7
commit ff3f72abfc
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,8 @@ span.applink {
.status-mentions .mention {
margin: 0 2px;
display: inline-block;
vertical-align: middle;
}
.status-mentions .mention:first-of-type {