We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98ad38 commit 1947a37Copy full SHA for 1947a37
1 file changed
_sass/base/_rtl.scss
@@ -370,7 +370,6 @@ html[dir='rtl'] {
370
ul {
371
&:not([class]),
372
&.task-list {
373
- padding-inline-end: 2.5rem; /* Increased padding for better marker alignment */
374
margin-right: 0;
375
376
li {
@@ -382,18 +381,10 @@ html[dir='rtl'] {
382
381
text-align: right;
383
}
384
385
-
386
- ol,
387
- ul {
388
- padding-inline-end: 1.5rem; /* Adjusted for nested lists */
389
- }
390
391
392
393
ul.task-list {
394
- padding-inline-start: 0;
395
- padding-inline-end: 1.5rem;
396
397
398
padding-left: 0;
399
padding-right: 0;
@@ -403,10 +394,6 @@ html[dir='rtl'] {
403
margin-left: 0;
404
margin-right: 0.25rem;
405
406
407
408
- padding-inline: 0 1.75rem;
409
410
411
412
input[type='checkbox'] {
0 commit comments