Skip to content

Commit

Permalink
add non-checkbox dv fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull committed Jun 7, 2024
1 parent 363c75b commit d54cfcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1397,11 +1397,11 @@ body.pln-link-mods .external-link {
margin-inline-start: 3em;
}
*/
/* fix non-checkbox list under a dataview task in LP */
/* 1.6 fix non-checkbox list under a dataview task in LP */
.pln-dv-mods .is-live-preview .dataview.result-group .contains-task-list .task-list-item ul:not(:has(.task-list-item-checkbox)) {
padding-inline-start: 4em;
}
/* fix non-checkbox list under a dataview task in Reading */
/* 1.6 fix non-checkbox list under a dataview task in Reading */
.pln-dv-mods .markdown-reading-view .dataview.result-group .task-list-item ul {
padding-inline-start: 2em;
}
Expand Down

0 comments on commit d54cfcf

Please sign in to comment.