diff options
| -rw-r--r-- | scss/custom.scss | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/scss/custom.scss b/scss/custom.scss index a2c9f1000..6e27c8ddf 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -68,7 +68,11 @@ input[type="radio"].form-control, input[type="checkbox"].form-control {  }  .form-group.full-width input{ -    width: calc(100% - 3em); +    width: calc(100% - 1em); +} + +.form-group.full-width .input-group input { +    width: auto;  }  .form-group.full-width input.no-append{ | 
