diff options
Diffstat (limited to '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 26a2cffdf..4f854650a 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -41,6 +41,10 @@ label {      display: block;  } +.form-group.full-width input{ +    width: 100%; +} +  .form-group.no-label{      margin-top: 1.7rem;  } | 
