Commit 98c9a106 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'fix-checkbox-in-rtl-bidi' into 'master'

Fix checkbox position in RTL lists

See merge request gitlab-org/gitlab!77072
parents 82f6db8b b9382ef6
...@@ -420,12 +420,12 @@ ...@@ -420,12 +420,12 @@
list-style-type: none; list-style-type: none;
position: relative; position: relative;
min-height: 22px; min-height: 22px;
padding-left: 28px; padding-inline-start: 28px;
margin-left: 0 !important; margin-inline-start: 0 !important;
> input.task-list-item-checkbox { > input.task-list-item-checkbox {
position: absolute; position: absolute;
left: 8px; inset-inline-start: 8px;
top: 5px; 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