diff options
author | winh <winnie@gitlab.com> | 2017-08-10 14:32:13 +0200 |
---|---|---|
committer | winh <winnie@gitlab.com> | 2017-09-05 09:50:57 +0200 |
commit | 7440199fe4fe8a62698fcb69ff2718c9e5e41b6c (patch) | |
tree | 9565c24cceaac0aba0e49dc523555cfab75ccbcb | |
parent | d4dd6b08b24a1e3d1e8c12e5eb13701c7832e608 (diff) | |
download | gitlab-ce-7440199fe4fe8a62698fcb69ff2718c9e5e41b6c.tar.gz |
Make issuable action dropdowns style consistentwinh-issuable-actions-dropdowns
-rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss index 6523376ccc3..9f2cb979518 100644 --- a/app/assets/stylesheets/pages/issuable.scss +++ b/app/assets/stylesheets/pages/issuable.scss @@ -617,6 +617,8 @@ } .issuable-actions { + @include new-style-dropdown; + padding-top: 10px; @media (min-width: $screen-sm-min) { |