Skip to content

Commit

Permalink
fix(fuselage): CardGroup wrap margins (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Dec 5, 2023
1 parent fd52e27 commit 617e881
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-lobsters-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": patch
---

fix(fuselage): `CardGroup` wrap margins
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

.rcx-card-group--wrap > & {
margin-block-end: lengths.margin(16);
margin-inline-start: lengths.margin(none);
margin-inline-end: lengths.margin(16);
margin-inline-start: lengths.margin(8);
margin-inline-end: lengths.margin(8);
}

.rcx-card-group--stretch > & {
Expand Down

0 comments on commit 617e881

Please sign in to comment.