summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-10 14:32:13 +0200
committerwinh <winnie@gitlab.com>2017-09-05 09:50:57 +0200
commit7440199fe4fe8a62698fcb69ff2718c9e5e41b6c (patch)
tree9565c24cceaac0aba0e49dc523555cfab75ccbcb
parentd4dd6b08b24a1e3d1e8c12e5eb13701c7832e608 (diff)
downloadgitlab-ce-winh-issuable-actions-dropdowns.tar.gz
Make issuable action dropdowns style consistentwinh-issuable-actions-dropdowns
-rw-r--r--app/assets/stylesheets/pages/issuable.scss2
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) {