summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-05-19 21:24:03 +0530
committerkushalpandya <kushal@gitlab.com>2017-05-19 21:24:03 +0530
commit0eb1cc2a27803f4beb870587e2c125d5f6571ad8 (patch)
tree0048449ce539601258d3912ff0b42ac527d63238
parent8c36f0fb8a9121db634567da312fe9d1277517a6 (diff)
downloadgitlab-ce-32595-fix-vertical-misalignment-mr-widget.tar.gz
Fix button height with padding override32595-fix-vertical-misalignment-mr-widget
-rw-r--r--app/assets/stylesheets/pages/merge_requests.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/merge_requests.scss b/app/assets/stylesheets/pages/merge_requests.scss
index 03a19dff154..1ac9d5af21d 100644
--- a/app/assets/stylesheets/pages/merge_requests.scss
+++ b/app/assets/stylesheets/pages/merge_requests.scss
@@ -220,6 +220,10 @@
.btn {
font-size: 15px;
}
+
+ .btn-group .btn {
+ padding: 5px 10px;
+ }
}
.mr-widget-body {