Skip to content

Commit

Permalink
fix(fuselage): Add flexGrow for stretch variation (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Jan 19, 2024
1 parent 61dd86f commit 48363f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-news-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": patch
---

fix(fuselage): Add flexGrow for stretch variation
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
&--stretch {
justify-content: stretch;
align-items: stretch;

flex-grow: 1;
}

&--vertical {
Expand Down

0 comments on commit 48363f1

Please sign in to comment.