Browse Source

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

closed-social-v3
Claire 2 years ago
committed by Eugen Rochko
parent
commit
e5113a8cad
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

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

Loading…
Cancel
Save