Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 3bd3523

Browse files
committed
fix: remove sidebar adjustment
1 parent 26c98de commit 3bd3523

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

apps/admin-ui/src/styles/layout.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,6 @@ export const Span12 = styled.div`
140140

141141
// Tab causes horizontal overflow without this
142142
// we use grids primarily and components inside grid without max-width overflow.
143-
// Because of side navigation we have to some silly calculations here.
144143
export const TabWrapper = styled.div`
145144
max-width: 95vw;
146-
@media (width > ${breakpoints.m}) {
147-
max-width: min(
148-
calc(95vw - var(--main-menu-width) - 2 * var(--spacing-layout-m)),
149-
var(--container-width-xl)
150-
);
151-
}
152145
`;

0 commit comments

Comments
 (0)