diff --git a/src/api/menu/components/SuperMenu.vue b/src/api/menu/components/SuperMenu.vue index 329dd9cad6..6052f8240a 100644 --- a/src/api/menu/components/SuperMenu.vue +++ b/src/api/menu/components/SuperMenu.vue @@ -27,13 +27,12 @@ :style="styleObject" >
-
+
[class*='__'] { - //flex: 1 1 50%; - //&:first-child { - // margin-right: $m; - //} - - &:last-child { - //border-left: 1px solid $colorInteriorBorder; - //padding-left: $m; - } - } - &__left-col { display: flex; flex-direction: column; flex: 1 1 50%; + gap: $interiorMargin; margin-right: $m; } &__filter { flex: 0 0 auto; - width: 100%; - margin-bottom: $interiorMarginLg; - - .c-super-menu__filter-input { - @include nice-input(); - width: 100%; - padding: $interiorMargin; - &:focus { - background: $colorInputBg; - } - } } &__menu { @@ -696,6 +676,7 @@ select { li { border-radius: $controlCr; + white-space: normal; // Let long names wrap } }