Skip to content

Commit bfa093d

Browse files
committed
fix(css): add padding left back to list
1 parent fc0c3a1 commit bfa093d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
@apply inline;
5151
}
5252
ul {
53-
@apply list-disc;
53+
@apply list-disc pl-8;
5454
}
5555
}

0 commit comments

Comments
 (0)