Commit cc0fc4a9 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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
parent 0912fd8a
......@@ -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