Fix profile fields overflowing page width (#11828)

Fix #11720
lolsob-rspec
Eugen Rochko 2019-09-13 19:15:59 +02:00 committed by GitHub
parent a5e34d5ff8
commit c5836cc5de
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@
}
.account__header__fields {
max-width: 100vw;
padding: 0;
margin: 15px -15px -15px;
border: 0 none;