diff options
| -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 c074656fc..3f7763852 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -29,6 +29,10 @@ label {      min-height: 1.5rem;  } +.form-control.form-row{ +    height: auto; +} +  .form-group span label {      display: inline-block;  } | 
