Skip to content

Commit

Permalink
fix: missing overflow property
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Aug 29, 2024
1 parent 5d5d7ec commit fee4d80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fuselage/src/components/Bubble/Bubble.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
display: flex;
align-items: center;

overflow: hidden;

&__button {
&--primary {
@include button.kind-variant(buttonColors.$primary);
Expand Down

0 comments on commit fee4d80

Please sign in to comment.