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.
2 parents 69cdce3 + 486b3da commit 8336bafCopy full SHA for 8336baf
src/components/PageContent/styles.tsx
@@ -15,7 +15,7 @@ export const Content = styled.div`
15
16
export const Sidebar = styled.div`
17
width: 240px;
18
- flex: 0 0 240px;
+ flex: 0 1 240px;
19
border-left: 1px solid ${(props) => darken(0.1, props.theme.main.background)};
20
color: ${(props) => (props.theme.name === "dark" ? "#f9f9f9" : "#172129")};
21
margin: 64px 0;
0 commit comments