Browse Source

Fix overflow of long profile fields in admin view (#17010)

closed-social-glitch-2
Claire 3 years ago
committed by GitHub
parent
commit
db32835338
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/admin.scss

+ 1
- 0
app/javascript/styles/mastodon/admin.scss View File

@ -831,6 +831,7 @@ a.name-tag,
padding: 0 5px;
margin-bottom: 10px;
flex: 1 0 50%;
max-width: 100%;
}
.account__header__fields,

Loading…
Cancel
Save