FIX: Nested list checkboxes css (#26581)

regressed in 6cf7447cb9
This commit is contained in:
Jarek Radosz 2024-04-10 00:28:23 +02:00 committed by GitHub
parent a52b1d6b4a
commit 54cc0a0304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -62,11 +62,10 @@ span.chcklst-box {
ul li.has-checkbox {
list-style-type: none;
position: relative;
}
ul:has(li.has-checkbox) {
padding-left: 0;
.list-item-checkbox {
margin-left: -1.33em;
}
}
.fa-spin {