diff --git a/frontend/src/Components/Menu/MenuItemSeparator.css b/frontend/src/Components/Menu/MenuItemSeparator.css index a867e3153..e48e7f16f 100644 --- a/frontend/src/Components/Menu/MenuItemSeparator.css +++ b/frontend/src/Components/Menu/MenuItemSeparator.css @@ -1,5 +1,6 @@ .separator { overflow: hidden; + min-height: 1px; height: 1px; background-color: $themeDarkColor; }