Fixes #3300 - macro button the text cropped in RTL lang
This commit is contained in:
parent
313081e677
commit
a557a52c12
1 changed files with 12 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue