Skip to content
Snippets Groups Projects
Commit f01e71a8 authored by Thomas Wucher's avatar Thomas Wucher Committed by Thomas Wucher
Browse files

Increase width of dropdown menus automatically up to 500 px

parent dc05bcd8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
---
title: Increase width of dropdown menus automatically
merge_request: 12809
author: Thomas Wucher
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment