We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c98de commit 3bd3523Copy full SHA for 3bd3523
1 file changed
apps/admin-ui/src/styles/layout.tsx
@@ -140,13 +140,6 @@ export const Span12 = styled.div`
140
141
// Tab causes horizontal overflow without this
142
// we use grids primarily and components inside grid without max-width overflow.
143
-// Because of side navigation we have to some silly calculations here.
144
export const TabWrapper = styled.div`
145
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
- }
152
`;
0 commit comments