diff --git a/components/layout/styles.ts b/components/layout/styles.ts index 64e209988..ad0be8728 100644 --- a/components/layout/styles.ts +++ b/components/layout/styles.ts @@ -123,6 +123,7 @@ export const makeAsideStyles = cache(function makeAsideStyles(k: string) { } .${k}-menu { width: auto !important; + border-right: none !important; } ` });