Skip to content
Snippets Groups Projects
Commit c306e403 authored by Clement Ho's avatar Clement Ho
Browse files

Merge branch 'artifacts-download-dropdown-menu-is-too-narrow' into 'master'

Increase width of dropdown menus

Closes #34989

See merge request !12809
parents 6658c706 f01e71a8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -187,11 +187,12 @@
@include set-invisible;
display: block;
position: absolute;
width: 100%;
width: auto;
top: 100%;
left: 0;
z-index: 9;
min-width: 240px;
max-width: 500px;
margin-top: 2px;
margin-bottom: 0;
font-size: 14px;
Loading
Loading
---
title: Increase width of dropdown menus automatically
merge_request: 12809
author: Thomas Wucher
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