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 {
display: flex;
max-width: 100%;
@ -11011,7 +11021,8 @@ output {
width: 200px;
height: 150px;
margin: 14px;
margin-right: 0;
@include ltr(margin-right, 0);
@include rtl(margin-left, 0);
$i: 0;
$rainbow: ();
@while $i <= 360 {