Merge branch '48494-fix-merge-request-buttons-spacing' into 'master'

Resolve "Merge request buttons spacing incorrect"

Closes #48494

See merge request gitlab-org/gitlab-ce!22135
This commit is contained in:
Fatih Acet 2018-10-08 12:04:48 +00:00
commit ecbcda22d3
2 changed files with 6 additions and 1 deletions

View file

@ -379,7 +379,7 @@ Please check your network connection and try again.`;
role="group">
<button
type="button"
class="btn btn-default mr-2"
class="btn btn-default"
@click="resolveHandler()"
>
<i

View file

@ -0,0 +1,5 @@
---
title: Fix incorrect spacing between buttons when commenting on a MR.
merge_request: 22135
author:
type: fixed