Browse Source
Fix overflow of long profile fields in admin view (#17010)
closed-social-glitch-2
Claire
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
app/javascript/styles/mastodon/admin.scss
|
@ -831,6 +831,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, |
|
|