fix: update dropdown width above medium breakpoint
This commit is contained in:
parent
7a7c4d75ea
commit
3a1a372644
|
@ -223,6 +223,12 @@ pre {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
.dropdown-menu.dropdown-menu-main {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-menu-main .dropdown-item {
|
.dropdown-menu-main .dropdown-item {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
|
|
Loading…
Reference in New Issue