summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-11-23 21:18:09 +0000
committerRobert Speicher <robert@gitlab.com>2015-11-23 21:18:09 +0000
commit148eb04a9aea92d031db789215aecc821c86f3b8 (patch)
tree357bfe900410fa6d0d76c427463376ddfb007d15
parent36f7b624be0926b45b6a45aabea2beecfba72e50 (diff)
parentab238a767713aeb2ae019e22831fc0049873870c (diff)
downloadgitlab-ce-148eb04a9aea92d031db789215aecc821c86f3b8.tar.gz
Merge branch 'fix-clipboard-styling-in-create-mr' into 'master'
Fix CSS styling for clipboard icon in new MR page Closes #3602 See merge request !1870
-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 {