fix: prevent the interactive gutter elements from interfering with the sidebar collapse button (#3350)
* fix: prevent the interactive gutter elements from interfering with the sidebar collapse button * keep mobile padding the same on documents Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -657,6 +657,7 @@ const MaxWidth = styled(Flex)<MaxWidthProps>`
|
||||
padding-bottom: 16px;
|
||||
|
||||
${breakpoint("tablet")`
|
||||
padding: 0 44px;
|
||||
margin: 4px auto 12px;
|
||||
max-width: ${(props: MaxWidthProps) =>
|
||||
props.isFullWidth
|
||||
|
||||
Reference in New Issue
Block a user