diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index a79458fe3..1a6d520f7 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -46,7 +46,7 @@ dd > pre{ } .form-group.full-width input{ - width: 100%; + width: calc(100% - 3em); } .form-group.no-label{ |