Fixes #3500 - Overview names are hidden in mobile view for RTL languages
This commit is contained in:
parent
4be28be6c3
commit
1242121de7
1 changed files with 1 additions and 0 deletions
|
@ -2446,6 +2446,7 @@ input.has-error {
|
|||
.navigation.is-hovered ~ &,
|
||||
.navigation:active ~ & {
|
||||
transform: translateX(#{$mobileNavigationWidthOpen - $mobileNavigationWidth});
|
||||
@include rtl(transform, translateX(-#{$mobileNavigationWidthOpen - $mobileNavigationWidth}));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue