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

master
Claire 2 years ago committed by GitHub
parent 6159020617
commit db32835338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/javascript/styles/mastodon/admin.scss

@ -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