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

This commit is contained in:
Claire 2021-11-19 18:22:49 +01:00 committed by GitHub
parent 6159020617
commit db32835338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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,