Fix button text wrapping to next line
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
This commit is contained in:
parent
0912fd8ad2
commit
cc0fc4a924
2 changed files with 6 additions and 0 deletions
|
@ -139,6 +139,7 @@
|
||||||
@include btn-white;
|
@include btn-white;
|
||||||
|
|
||||||
color: $gl-text-color;
|
color: $gl-text-color;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&:focus:active {
|
&:focus:active {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
|
5
changelogs/unreleased/60116-fix-button-wrapping.yml
Normal file
5
changelogs/unreleased/60116-fix-button-wrapping.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Add to white-space nowrap to all buttons
|
||||||
|
merge_request: 27069
|
||||||
|
author:
|
||||||
|
type: fixed
|
Loading…
Reference in a new issue