Skip to content

Commit

Permalink
Merge pull request #8397 from intwarehq/fix-8384
Browse files Browse the repository at this point in the history
[FIX] Sidebar item menu position in RTL
  • Loading branch information
rodrigok committed Oct 9, 2017
1 parent 49cef0d commit 55398f1
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -135,6 +135,11 @@
}
}

.rtl .sidebar-item__menu {
left: 0;
right: auto;
}

.rtl .sidebar-item__user-status {
right: 4px;
left: initial;
Expand Down

0 comments on commit 55398f1

Please sign in to comment.