@@ -60,6 +60,7 @@ $wpadmin-bar--height: 46px;
display: flex;
align-items: center;
justify-content: end;
+ white-space: nowrap;
#toggle {
&:checked + label{
@@ -106,6 +107,7 @@ $wpadmin-bar--height: 46px;
background: #{map-deep-get($config-global, "color", "background", "default") };
padding: (6 * $baseline-unit) (2 * $baseline-unit) $baseline-unit;
overflow-y: auto;
+ white-space: normal;
}
.woocommerce-menu-container {