Skip to content

Commit 988251c

Browse files
committed
fix: Remove a !important CSS block that is no longer needed
This was added to fix #2361: Missing text indentation for tasks with lines long enough to wrap, in queries viewed in Live Preview mode [Obsidian issue] Investigation has shown that the underlying issue has been fixed in Obsidian, so the workaround is no longer needed.
1 parent 455ffe3 commit 988251c

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)