Skip to content

Commit 00ba351

Browse files
committed
fix: allow content overflow in generic Button
1 parent 88c0ccc commit 00ba351

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Button/styling/Button.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
.str-chat__button {
55
@include utils.button-reset;
66
position: relative; /* creates positioning context for pseudo ::after overlay */
7-
overflow: hidden;
87
white-space: nowrap;
98
cursor: pointer;
109

0 commit comments

Comments
 (0)