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:
authorStan Hu <stanhu@gmail.com>2015-11-22 18:23:56 +0300
committerStan Hu <stanhu@gmail.com>2015-11-22 18:23:56 +0300
commitab238a767713aeb2ae019e22831fc0049873870c (patch)
tree91e56c0216aa3ed77e4e51008576466d2e648531 /app/assets/stylesheets/framework/tw_bootstrap.scss
parent7b70a03e44559900921f06464ff6422d4ed15712 (diff)
Fix CSS styling for clipboard icon in new MR page
Closes #3602
Diffstat (limited to 'app/assets/stylesheets/framework/tw_bootstrap.scss')
-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 {