Commit a9017a9
authored
fix: Apply the center alignment to the Badge and Button (#914)
### Issue
[SBISSUE-14550](https://sendbird.atlassian.net/browse/SBISSUE-14550)
We've used `display: inline-block` inside of the Badge and Button.
But it breaks the center alignment in the **FireFox** browser, so need
to change to using `display: inline-flex` and add more properties for
center alignment
### Fix
* Apply the center alignment to the Badge and Button components (in
FireFox)
[SBISSUE-14550]:
https://sendbird.atlassian.net/browse/SBISSUE-14550?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ1 parent 835fff5 commit a9017a9
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments