diff options
| -rw-r--r-- | app/assets/stylesheets/framework/forms.scss | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss index 80283a56ec3..cc92966c458 100644 --- a/app/assets/stylesheets/framework/forms.scss +++ b/app/assets/stylesheets/framework/forms.scss @@ -95,3 +95,7 @@ label {      background-color: #f7f8fa;    }  } + +.help-block { +  margin-bottom: 0; +} | 
