Skip to content

Commit fd9cb04

Browse files
authored
Merge pull request #3610 from obsidian-tasks-group/issue-3603-css
fix: Enable themes to modify indentation in Live Preview (#3603)
2 parents 455ffe3 + 988251c commit fd9cb04

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Renderer/Renderer.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
}
55

6-
/* Fix indentation of wrapped task lines in Tasks search results, when in Live Preview. */
7-
ul.contains-task-list .task-list-item-checkbox {
8-
margin-inline-start: calc(var(--checkbox-size) * -1.5) !important;
9-
}
10-
116
.plugin-tasks-query-explanation{
127
/* Prevent long explanation lines wrapping, so they are more readable,
138
especially on small screens.

0 commit comments

Comments
 (0)