Skip to content

Commit

Permalink
(fix) Fix disappearance of sidenav in RTL locales
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Jul 5, 2024
1 parent a0dfe50 commit cd103a3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/esm-home-app/src/dashboard/home-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,3 @@
display: flex;
justify-content: center;
}

// set up rtl
[dir='rtl'] {
.dashboardContainer {
margin-left: 0;
margin-right: 16rem;
}
}

0 comments on commit cd103a3

Please sign in to comment.