Commit f01e71a8 authored by Thomas Wucher's avatar Thomas Wucher Committed by Thomas Wucher

Increase width of dropdown menus automatically up to 500 px

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