Add margin to other side of dimensions

This commit is contained in:
Henrik Giesel 2021-07-26 17:12:51 +02:00 committed by Damien Elmes
parent 5e80ef3562
commit b07c46f88f

View File

@ -256,10 +256,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
bottom: 3px;
right: 3px;
margin-left: 3px;
&.is-rtl {
right: auto;
left: 3px;
margin-right: 3px;
}
}