Merge branch '37331-button-MR-widget' into 'master'

Fix buttons with different height in merge request widget

Closes #37331

See merge request !14000
This commit is contained in:
Clement Ho 2017-09-05 14:20:42 +00:00
commit cce2071cff
2 changed files with 11 additions and 4 deletions

View File

@ -75,18 +75,20 @@ export default {
class="btn btn-small inline">
Check out branch
</a>
<span class="dropdown inline prepend-left-10">
<span class="dropdown prepend-left-10">
<a
class="btn btn-xs dropdown-toggle"
class="btn btn-small inline dropdown-toggle"
data-toggle="dropdown"
aria-label="Download as"
role="button">
<i
class="fa fa-download"
aria-hidden="true" />
aria-hidden="true">
</i>
<i
class="fa fa-caret-down"
aria-hidden="true" />
aria-hidden="true">
</i>
</a>
<ul class="dropdown-menu dropdown-menu-align-right">
<li>

View File

@ -0,0 +1,5 @@
---
title: Fix buttons with different height in merge request widget
merge_request:
author:
type: fixed