Skip to content

Commit

Permalink
fix(eo-page-view): no min-width for aside
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Sep 12, 2024
1 parent babbee2 commit 92a25a1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bricks/containers/src/page-view/styles.shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@
display: none;
}

.header-and-main,
.aside {
.header-and-main {
height: 100%;
min-width: 0;
}

.aside {
height: 100%;
}

.header-and-main {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 92a25a1

Please sign in to comment.