Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-07-17 00:48:33 +0300
committerPaul Slaughter <pslaughter@gitlab.com>2019-07-17 00:48:33 +0300
commit1cb21ec289a223fe30d2d8977f4dd0238b24c6da (patch)
tree0dd2357fa6e2ec273fea3ff6a7c5628a9a614769 /app/assets/stylesheets/pages/issuable.scss
parent3fcf951c8bcbc5dad120e60ff4215dde2d7f3c7d (diff)
parent41b77136eec455c13357566ff959382a50bc4043 (diff)
Merge branch 'revert-af42c169' into 'master'
Revert "Merge branch '61145-fix-button-dimensions' into 'master'" See merge request gitlab-org/gitlab-ce!30798
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 66ea70e79da..6a0127eb51c 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -929,6 +929,10 @@
margin: 0;
}
}
+
+ .dropdown-toggle > .icon {
+ margin: 0 3px;
+ }
}
.right-sidebar-collapsed {