Skip to content

Commit dac33f7

Browse files
authored
Fix: [v2] Appear MessageStatus component in Safari (#108)
* Fix the issue that inline-flex causes disappearing component in Safari
1 parent 03daab9 commit dac33f7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/ui/MessageStatus/index.scss

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22

33
.sendbird-message-status {
44
position: relative;
5-
display: inline-flex;
6-
flex-direction: row;
5+
display: inline-block;
76
width: 100%;
87
height: 100%;
98

109
.sendbird-message-status__icon {
1110
position: relative;
12-
display: inline-flex;
11+
display: inline-block;
12+
top: 4px;
1313
}
1414

1515
.sendbird-message-status__text {
1616
position: relative;
17-
display: inline-flex;
18-
margin-top: 2px;
17+
display: inline-block;
1918
margin-left: 4px;
2019

2120
.sendbird-message-status__text__try-again {

0 commit comments

Comments
 (0)