diff options
Diffstat (limited to 'scss/custom.scss')
| -rw-r--r-- | scss/custom.scss | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 0b0da8378..666aaf23f 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -71,6 +71,10 @@ input[type="radio"].form-control, input[type="checkbox"].form-control {      width: calc(100% - 3em);  } +.form-group.full-width input.no-append{ +    width: 100%; +} +  .form-group.no-label{      margin-top: 1.7rem;  }  | 
