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
This commit is contained in:
Robert Speicher
2015-11-23 16:43:36 -05:00
committed by Robert Speicher
parent d6bcf446b1
commit 6c280423fb
@@ -190,6 +190,10 @@
.btn {
min-width: 124px;
}
.btn-clipboard {
min-width: 0px;
}
}
&.panel-small {