More width for better display in certain languages
This commit is contained in:
parent
78ab4ac3d2
commit
505b709e50
2 changed files with 3 additions and 3 deletions
|
@ -849,12 +849,12 @@ body .form-horizontal .controls {
|
|||
}
|
||||
|
||||
#settings-page .personal-info-wrapper {
|
||||
max-width: 400px;
|
||||
max-width: 450px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#settings-page .miscellaneous-wrapper {
|
||||
max-width: 400px;
|
||||
max-width: 450px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
|
|
@ -384,7 +384,7 @@ body {
|
|||
#success-frame .btn {
|
||||
margin-bottom: 10px;
|
||||
width: 80%;
|
||||
max-width: 250px;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
Loading…
Reference in a new issue