Make option dropdown button to match adjacent button

This commit is contained in:
Samantha Ming 2019-06-10 07:52:59 +00:00 committed by Phil Hughes
parent e307281147
commit b1b54b64dd
2 changed files with 6 additions and 1 deletions

View File

@ -28,7 +28,7 @@
= link_to project_tree_path(@project, @commit), class: "btn btn-default append-right-10 d-none d-sm-none d-md-inline" do
#{ _('Browse files') }
.dropdown.inline
%a.btn.btn-default.dropdown-toggle.qa-options-button{ data: { toggle: "dropdown" } }
%a.btn.btn-default.dropdown-toggle.qa-options-button.d-md-inline{ data: { toggle: "dropdown" } }
%span= _('Options')
= icon('caret-down')
%ul.dropdown-menu.dropdown-menu-right

View File

@ -0,0 +1,5 @@
---
title: Fix inconsistent option dropdown button height to match adjacent button
merge_request: 29096
author:
type: fixed