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:
commit
ecbcda22d3
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix incorrect spacing between buttons when commenting on a MR.
|
||||
merge_request: 22135
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue