Skip to content

Commit

Permalink
fix(ui5-badge): fix RTL appearance (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Dec 11, 2020
1 parent 1b603ae commit 5f6d8fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/main/src/themes/Badge.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
}

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

Expand Down

0 comments on commit 5f6d8fc

Please sign in to comment.