Skip to content

Commit

Permalink
fix(fuselage): add missing Bubble gap (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Mar 22, 2024
1 parent 8487347 commit 6eecf95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-bees-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": patch
---

fix(fuselage): add missing `Bubble` gap
1 change: 1 addition & 0 deletions packages/fuselage/src/components/Bubble/Bubble.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
padding-inline-end: lengths.padding(16);

border-radius: lengths.border-radius(extra-large);
column-gap: lengths.padding(8);
}

&:not(.rcx-bubble__group) &__item {
Expand Down

0 comments on commit 6eecf95

Please sign in to comment.