diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2017-05-03 14:08:12 +0000 | 
|---|---|---|
| committer | Filipa Lacerda <filipa@gitlab.com> | 2017-05-03 14:08:12 +0000 | 
| commit | 53cc7f65d7877bb1387a9e54999dea297ca79431 (patch) | |
| tree | b4b849e4ec6acfbcc2d20514c35c5ccbaece6f4a | |
| parent | 1d2b2bd989b270412ef4a23b260d5b9f451214ea (diff) | |
| parent | 9548942cef4483aa4b414762fffc3d4bc7669c32 (diff) | |
| download | gitlab-ce-53cc7f65d7877bb1387a9e54999dea297ca79431.tar.gz | |
Merge branch '31704-misaligned-buttons-in-wiki-pages' into 'master'
Resolve "Misaligned buttons in Wiki pages"
Closes #31704
See merge request !11043
| -rw-r--r-- | app/assets/stylesheets/pages/wiki.scss | 1 | ||||
| -rw-r--r-- | changelogs/unreleased/31704-misaligned-buttons-in-wiki-pages.yml | 4 | 
2 files changed, 4 insertions, 1 deletions
| diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss index 04ff2d52b91..b64b89485f7 100644 --- a/app/assets/stylesheets/pages/wiki.scss +++ b/app/assets/stylesheets/pages/wiki.scss @@ -71,7 +71,6 @@      .nav-controls {        width: auto;        min-width: 50%; -      white-space: nowrap;      }    } diff --git a/changelogs/unreleased/31704-misaligned-buttons-in-wiki-pages.yml b/changelogs/unreleased/31704-misaligned-buttons-in-wiki-pages.yml new file mode 100644 index 00000000000..46368b4510e --- /dev/null +++ b/changelogs/unreleased/31704-misaligned-buttons-in-wiki-pages.yml @@ -0,0 +1,4 @@ +--- +title: Fix misaligned buttons in wiki pages +merge_request: 11043 +author: | 
