diff options
author | Phil Hughes <me@iamphill.com> | 2019-04-08 07:30:33 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-04-08 07:30:33 +0000 |
commit | 20e93beb74f7faf885de359883c6f7b4fc2dc011 (patch) | |
tree | 602f478f3e3fc64356e621725c4639fce38a736a /changelogs | |
parent | d2cd566f7205f82d83e2fe2f9fa218c7a466cdf6 (diff) | |
parent | cc0fc4a9247db8cf1acf943f61d5e1a98ceb1481 (diff) | |
download | gitlab-ce-20e93beb74f7faf885de359883c6f7b4fc2dc011.tar.gz |
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
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/60116-fix-button-wrapping.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/60116-fix-button-wrapping.yml b/changelogs/unreleased/60116-fix-button-wrapping.yml new file mode 100644 index 00000000000..d6df920b51d --- /dev/null +++ b/changelogs/unreleased/60116-fix-button-wrapping.yml @@ -0,0 +1,5 @@ +--- +title: Add to white-space nowrap to all buttons +merge_request: 27069 +author: +type: fixed |