Skip to content

Commit

Permalink
chore: remove flex properties for content and sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
aum-deriv committed Feb 1, 2024
1 parent 25ee8d8 commit 1cf426d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/components/PageLayout/PageLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@
flex-direction: column;
}

&__sidebar {
display: flex;
flex-direction: column;
}

&__content {
display: flex;
flex-direction: column;
flex: 1;
}
}

0 comments on commit 1cf426d

Please sign in to comment.