Display name fixes

This commit is contained in:
Alex Gleason 2020-08-02 22:06:57 -05:00
parent 3fd255cc0a
commit feec86718d
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -219,7 +219,12 @@
.status__profile,
.detailed-status__profile {
display: inline-block;
display: block;
max-width: 100%;
}
.status__profile {
padding-right: 25px;
}
.status-check-box {