summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/dropdowns.scss
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-18 15:18:00 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-03-18 15:24:13 -0600
commit5a1572a42638123da9a4a460ae881d7e38dea269 (patch)
tree39ee9b86bd2d0c854c2ca354e5f7902491272318 /app/assets/stylesheets/framework/dropdowns.scss
parentc790107854658a37d97b9a1c9066338eb12b06bf (diff)
downloadgitlab-ce-5a1572a42638123da9a4a460ae881d7e38dea269.tar.gz
Follow the CSS Style Guide rules for using shorthand where possible.
Fixes violations of Shorthand. Discussed in #14299. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index a48b6c17fa0..d92cf6e6c44 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -75,7 +75,7 @@
width: 240px;
margin-top: 2px;
margin-bottom: 0;
- padding: 10px 10px;
+ padding: 10px;
font-size: 14px;
font-weight: normal;
background-color: $dropdown-bg;