Skip to content

Commit

Permalink
try preserving flex
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jan 23, 2024
1 parent 5a5347a commit af67ba2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,12 @@
}
.dataviews-view-table__cell-content-wrapper {
min-height: $grid-unit-40;
display: flex;
align-items: center;

> * {
flex-grow: 1;
}
}
}
.dataviews-view-table-header-button {
Expand Down

0 comments on commit af67ba2

Please sign in to comment.