fix: update dropdown width above medium breakpoint

This commit is contained in:
Henk Verlinde 2022-03-30 11:09:04 +02:00
parent 7a7c4d75ea
commit 3a1a372644
1 changed files with 6 additions and 0 deletions

View File

@ -223,6 +223,12 @@ pre {
width: 100%;
}
@include media-breakpoint-up(md) {
.dropdown-menu.dropdown-menu-main {
width: auto;
}
}
.dropdown-menu-main .dropdown-item {
color: inherit;
font-size: $font-size-base;