fix: update dropdown width above medium breakpoint
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user