Commit 3a1a3726 authored by Henk Verlinde's avatar Henk Verlinde
Browse files

fix: update dropdown width above medium breakpoint

parent 7a7c4d75
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;