Skip to content

Commit 6ebfecb

Browse files
authored
fix(ui5-li-notification): fix icon padding in rtl (#3876)
1 parent 61fe0fe commit 6ebfecb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/fiori/src/themes/NotificationPrioIcon.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
color: var(--sapPositiveElementColor);
1717
}
1818

19-
[dir="rtl"] .ui5-prio-icon {
20-
padding-right: 0.5rem;
19+
[dir=rtl] .ui5-prio-icon {
20+
padding-left: .5rem;
21+
padding-right: 0rem;
2122
}

0 commit comments

Comments
 (0)