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; @include set-invisible;
display: block; display: block;
position: absolute; position: absolute;
width: 100%; width: auto;
top: 100%; top: 100%;
left: 0; left: 0;
z-index: 9; z-index: 9;
min-width: 240px; min-width: 240px;
max-width: 500px;
margin-top: 2px; margin-top: 2px;
margin-bottom: 0; margin-bottom: 0;
font-size: 14px; font-size: 14px;

View file

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