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:
Phil Hughes 2019-04-08 07:30:33 +00:00
commit 20e93beb74
2 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,7 @@
@include btn-white;
color: $gl-text-color;
white-space: nowrap;
&:focus:active {
outline: 0;

View File

@ -0,0 +1,5 @@
---
title: Add to white-space nowrap to all buttons
merge_request: 27069
author:
type: fixed