Fixes #3300 - macro button the text cropped in RTL lang

This commit is contained in:
Mantas 2020-11-27 16:17:50 +02:00 committed by Thorsten Eckel
parent 313081e677
commit a557a52c12

View file

@ -906,6 +906,16 @@ pre code.hljs {
} }
} }
.dropdown-menu-right {
@include rtl(right, auto);
@include rtl(left, 0);
}
.dropdown-menu-left {
@include rtl(left, auto);
@include rtl(right, 0);
}
.status-fields { .status-fields {
display: flex; display: flex;
max-width: 100%; max-width: 100%;
@ -11011,7 +11021,8 @@ output {
width: 200px; width: 200px;
height: 150px; height: 150px;
margin: 14px; margin: 14px;
margin-right: 0; @include ltr(margin-right, 0);
@include rtl(margin-left, 0);
$i: 0; $i: 0;
$rainbow: (); $rainbow: ();
@while $i <= 360 { @while $i <= 360 {