Skip to content
Snippets Groups Projects
Commit b1b54b64 authored by Samantha Ming's avatar Samantha Ming Committed by Phil Hughes
Browse files

Make option dropdown button to match adjacent button

parent e3072811
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
---
title: Fix inconsistent option dropdown button height to match adjacent button
merge_request: 29096
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment