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

Increase width of dropdown menus

Closes #34989

See merge request !12809
This commit is contained in:
Clement Ho 2017-07-13 19:46:01 +00:00
commit c306e403fe
2 changed files with 6 additions and 1 deletions

View File

@ -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;

View File

@ -0,0 +1,4 @@
---
title: Increase width of dropdown menus automatically
merge_request: 12809
author: Thomas Wucher