Commit b9382ef6 authored by Mostafa Ahangarha's avatar Mostafa Ahangarha

Fix checkbox position in RTL lists

By these changes, the box shows in correct side depending on the context
parent 0180d550
......@@ -420,12 +420,12 @@
list-style-type: none;
position: relative;
min-height: 22px;
padding-left: 28px;
margin-left: 0 !important;
padding-inline-start: 28px;
margin-inline-start: 0 !important;
> input.task-list-item-checkbox {
position: absolute;
left: 8px;
inset-inline-start: 8px;
top: 5px;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment