From 6c280423fbdda243ea67e17e161de13066c6efbf Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Mon, 23 Nov 2015 21:18:09 +0000 Subject: [PATCH] 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 --- app/assets/stylesheets/framework/tw_bootstrap.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/framework/tw_bootstrap.scss b/app/assets/stylesheets/framework/tw_bootstrap.scss index 50c0cf61f4..94f0ed761d 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 {