Skip to content

Commit

Permalink
Table autosize
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikMatiasko committed Jun 21, 2024
1 parent 6f9c6c2 commit b3b8be4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ exports[`<PageLayout> render correctly - snapshot 1`] = `
padding-left: 40px;
padding-right: 40px;
height: 100%;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
overflow: auto;
}
.emotion-7 {
Expand Down

0 comments on commit b3b8be4

Please sign in to comment.