Skip to content

Commit

Permalink
Stretched Grid
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Apr 19, 2023
1 parent 52a1be3 commit 1a2a929
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,20 @@
overflow: hidden;
}

/**
* Stretched
*/

.ts-grid.is-stretched > .column {
display: inline-flex !important;
align-self: stretch;
flex-direction: column;
}

.ts-grid.is-stretched > .column > * {
flex-grow: 1;
}

/**
* Space Around
*/
Expand Down

0 comments on commit 1a2a929

Please sign in to comment.