Skip to content

Commit 8fbfe3a

Browse files
committed
fix css for checkbox span ::before
1 parent 91593f9 commit 8fbfe3a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/app/globals.css

+11
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,17 @@ button:focus-visible {
147147
@apply mx-auto
148148
}
149149

150+
/* Fix text start css with absolute ::before element */
151+
._listItemChecked_1tncs_73,
152+
._listItemUnchecked_1tncs_74 {
153+
@apply flex flex-row items-center -translate-x-2;
154+
}
155+
156+
._listItemChecked_1tncs_73::before,
157+
._listItemUnchecked_1tncs_74::before {
158+
@apply !relative mr-4
159+
}
160+
150161
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
151162
margin-top: 0 !important;
152163
margin-bottom: 0 !important;

0 commit comments

Comments
 (0)