Merge branch '60116-fix-button-wrapping' into 'master'
Add `white-space: nowrap` to all buttons Closes #60116 See merge request gitlab-org/gitlab-ce!27069
This commit is contained in:
commit
20e93beb74
2 changed files with 6 additions and 0 deletions
|
@ -139,6 +139,7 @@
|
|||
@include btn-white;
|
||||
|
||||
color: $gl-text-color;
|
||||
white-space: nowrap;
|
||||
|
||||
&:focus:active {
|
||||
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