summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-04-05 12:26:51 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-04-05 13:14:45 -0500
commitcc0fc4a9247db8cf1acf943f61d5e1a98ceb1481 (patch)
treedba4cc640e641c0993f817885d2249b7488fdbec /app
parent0912fd8ad203fce9f0d4a61b2dd24f1f34c5474e (diff)
downloadgitlab-ce-cc0fc4a9247db8cf1acf943f61d5e1a98ceb1481.tar.gz
Fix button text wrapping to next line60116-fix-button-wrapping
Bootstrap removed white-space nowrap from buttons in v4.2.1, causing at least one bug, so this commit re-adds that style to all buttons
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index 695ce014659..ab8f397f3a0 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -139,6 +139,7 @@
@include btn-white;
color: $gl-text-color;
+ white-space: nowrap;
&:focus:active {
outline: 0;