Skip to content
Snippets Groups Projects
Commit 20e93beb authored by Phil Hughes's avatar Phil Hughes
Browse files

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
parents d2cd566f cc0fc4a9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -139,6 +139,7 @@
@include btn-white;
 
color: $gl-text-color;
white-space: nowrap;
 
&:focus:active {
outline: 0;
Loading
Loading
---
title: Add to white-space nowrap to all buttons
merge_request: 27069
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment