Skip to content

Commit 5f6d8fc

Browse files
authored
fix(ui5-badge): fix RTL appearance (#2569)
1 parent 1b603ae commit 5f6d8fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/main/src/themes/Badge.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
}
3737

3838
/* RTL */
39-
:host([__has-icon]) .ui5-badge-root[rtl] .ui5-badge-text {
39+
:host([__has-icon]) .ui5-badge-root[dir="rtl"] .ui5-badge-text {
40+
padding-left: 0;
4041
padding-right: 0.1875em;
4142
}
4243

0 commit comments

Comments
 (0)