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 Eugen Rochko
parent 22cd1e6ab5
commit e5113a8cad
1 changed files with 1 additions and 0 deletions

View File

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