Commit 20e93beb authored by Phil Hughes's avatar Phil Hughes

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