diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-09-29 19:40:08 +0200 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-10-30 10:27:46 +0100 |
commit | df43481746193b3dd27eb4395911529c386ec4b6 (patch) | |
tree | 725564a7581186d4f9fc769250eb696f390da4c7 /app | |
parent | f5c8c511d058b20bba130569eaf90916e363e2ea (diff) | |
download | gitlab-ce-df43481746193b3dd27eb4395911529c386ec4b6.tar.gz |
Comma to much
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/dropdowns.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index 9e49fb41a41..63697fd38a7 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -99,7 +99,7 @@ color: $gray-darkest; } - .fa-chevron-down, { + .fa-chevron-down { font-size: $dropdown-chevron-size; position: relative; top: -2px; |