Skip to content

Commit

Permalink
fix: RTL side nav shellbar (#2345)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKMarkowski committed Apr 14, 2020
1 parent 23e7019 commit 4714e53
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions libs/core/src/lib/shellbar/shellbar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
.fd-shellbar {
.fd-button.fd-shellbar__button.fd-shellbar-side-nav-control {
margin-right: 4px;
@media (min-width: 600px) {
margin-left: -12px;
margin-left: -12px;
@at-root {
[dir='rtl'] &,
&[dir='rtl'] {
margin-left: 4px;
margin-right: -10px;
}
}
}
// TODO: Investigate why this is necessary here but not in styles
Expand Down

0 comments on commit 4714e53

Please sign in to comment.