Add margin to other side of dimensions
This commit is contained in:
parent
5e80ef3562
commit
b07c46f88f
@ -256,10 +256,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||||||
|
|
||||||
bottom: 3px;
|
bottom: 3px;
|
||||||
right: 3px;
|
right: 3px;
|
||||||
|
margin-left: 3px;
|
||||||
|
|
||||||
&.is-rtl {
|
&.is-rtl {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 3px;
|
left: 3px;
|
||||||
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user