Skip to content

Commit 176c262

Browse files
fix(react): Make CSS files direction-aware to support RTL layouts
1 parent 055ed38 commit 176c262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react/src/components/Header/header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
height: 40px;
4141
max-width: 100px;
4242
display: flex;
43-
margin-right: 0.5rem;
43+
margin-inline-end: 0.5rem;
4444

4545
img {
4646
width: 100%;

packages/react/src/components/NavbarItem/navbar-item.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
justify-content: initial;
7373

7474
.oxygen-list-item-icon {
75-
margin-right: 10px;
75+
margin-inline-end: 10px;
7676
}
7777

7878
.oxygen-list-item-text {

0 commit comments

Comments
 (0)