Skip to content

Commit

Permalink
fix(fuselage): Bubble missing overflow property (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Aug 29, 2024
1 parent 5d5d7ec commit e933320
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-beers-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": patch
---

fix(fuselage): `Bubble` missing overflow property
3 changes: 3 additions & 0 deletions packages/fuselage/src/components/Bubble/Bubble.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

.rcx-bubble {
display: flex;

overflow: hidden;

align-items: center;

&__button {
Expand Down

0 comments on commit e933320

Please sign in to comment.