More width for better display in certain languages

This commit is contained in:
Alex Tselegidis 2020-12-17 16:03:00 +02:00
parent 78ab4ac3d2
commit 505b709e50
2 changed files with 3 additions and 3 deletions

View File

@ -849,12 +849,12 @@ body .form-horizontal .controls {
} }
#settings-page .personal-info-wrapper { #settings-page .personal-info-wrapper {
max-width: 400px; max-width: 450px;
margin-bottom: 20px; margin-bottom: 20px;
} }
#settings-page .miscellaneous-wrapper { #settings-page .miscellaneous-wrapper {
max-width: 400px; max-width: 450px;
margin-bottom: 20px; margin-bottom: 20px;
} }

View File

@ -384,7 +384,7 @@ body {
#success-frame .btn { #success-frame .btn {
margin-bottom: 10px; margin-bottom: 10px;
width: 80%; width: 80%;
max-width: 250px; max-width: 300px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {