diff options
author | Enrique Alcántara <ealcantara@gitlab.com> | 2019-04-17 07:55:06 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-04-17 07:55:06 +0000 |
commit | 0cee4e2af79e4d5cfe7b28fef4406cb374dfae61 (patch) | |
tree | 88850dcdb878091310ca28e2745fcc42d382a057 /app/assets/stylesheets/framework | |
parent | e574bda61efdfbce6f2a9893d8c9e1df83b6fb2e (diff) | |
download | gitlab-ce-0cee4e2af79e4d5cfe7b28fef4406cb374dfae61.tar.gz |
Add help texts to K8 form fields
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r-- | app/assets/stylesheets/framework/forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss index be544c0a814..d0f99c2df7e 100644 --- a/app/assets/stylesheets/framework/forms.scss +++ b/app/assets/stylesheets/framework/forms.scss @@ -206,6 +206,7 @@ label { .form-text.text-muted { margin-bottom: 0; margin-top: #{$grid-size / 2}; + font-size: $gl-font-size; } .gl-field-error, |