Skip to content

Commit a2ab7c8

Browse files
authored
fix: Modify the display property of Word component #292
Change the display property of Word component to 'inline-flex'
1 parent 3e09542 commit a2ab7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/Word/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import '../../styles/variables';
22

33
.sendbird-word {
4-
display: inline-block;
4+
display: inline-flex;
55
margin-right: 4px;
66
height: fit-content;
77
.sendbird-word__url,

0 commit comments

Comments
 (0)