diff --git a/pb/static/scss/app.scss b/pb/static/scss/app.scss index ede0626..6d33487 100644 --- a/pb/static/scss/app.scss +++ b/pb/static/scss/app.scss @@ -214,7 +214,7 @@ select.multi { .form-field { display: flex; - width: 100%; + max-width: 100vw; margin-bottom: 40px; padding: 2em; @@ -227,15 +227,21 @@ select.multi { .form-field-input { width: 30%; text-align: left; - margin-right: 40px; + margin-right: 24px; } .form-field-label { font-weight: bold; + text-align: right; } .form-field-input input { width: 100%; + text-align: left; + + &[type=checkbox] { + width: 24px; + } } .form-field-help {