Increase width of dropdown menus automatically up to 500 px

This commit is contained in:
Thomas Wucher 2017-07-12 09:44:33 +00:00 committed by Thomas Wucher
parent dc05bcd885
commit f01e71a8b2
2 changed files with 6 additions and 1 deletions

View File

@ -186,11 +186,12 @@
.dropdown-menu-nav {
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