summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-11-22 07:23:56 -0800
committerStan Hu <stanhu@gmail.com>2015-11-22 07:23:56 -0800
commitab238a767713aeb2ae019e22831fc0049873870c (patch)
tree91e56c0216aa3ed77e4e51008576466d2e648531
parent7b70a03e44559900921f06464ff6422d4ed15712 (diff)
downloadgitlab-ce-ab238a767713aeb2ae019e22831fc0049873870c.tar.gz
Fix CSS styling for clipboard icon in new MR page
Closes #3602
-rw-r--r--app/assets/stylesheets/framework/tw_bootstrap.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/tw_bootstrap.scss b/app/assets/stylesheets/framework/tw_bootstrap.scss
index 50c0cf61f4e..94f0ed761df 100644
--- a/app/assets/stylesheets/framework/tw_bootstrap.scss
+++ b/app/assets/stylesheets/framework/tw_bootstrap.scss
@@ -190,6 +190,10 @@
.btn {
min-width: 124px;
}
+
+ .btn-clipboard {
+ min-width: 0px;
+ }
}
&.panel-small {