Commit c306e403 authored by Clement Ho's avatar Clement Ho

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
......@@ -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;
......
---
title: Increase width of dropdown menus automatically
merge_request: 12809
author: Thomas Wucher
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment