add a tad more width for user pref forms

This commit is contained in:
Jeff Atwood 2018-10-27 20:20:01 -07:00
parent 8e12846b9c
commit 760e09907b
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@
padding-left: 30px;
.form-vertical {
width: 400px;
width: 500px;
max-width: 100%;
}