summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-05 13:51:40 +0000
committerPhil Hughes <me@iamphill.com>2017-09-05 13:51:40 +0000
commit6bd1f234595d18f21d05d4de2fcd1cf06aae5042 (patch)
tree9a4c89daf35447632b9c5d10c549a34bc9e740b1
parent276b57e1fe42b6a40261a6403db078240c66abdd (diff)
parent7440199fe4fe8a62698fcb69ff2718c9e5e41b6c (diff)
downloadgitlab-ce-6bd1f234595d18f21d05d4de2fcd1cf06aae5042.tar.gz
Merge branch 'winh-issuable-actions-dropdowns' into 'master'
Make issuable action dropdowns style consistent See merge request !13455
-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) {