Skip to content

Commit ea36eec

Browse files
committed
fix: override windi style of indent
Signed-off-by: Innei <tukon479@gmail.com>
1 parent 979a7e8 commit ea36eec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/assets/styles/extra.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ ph {
191191
word-wrap: break-word;
192192
padding-top: 2rem;
193193

194+
.indent {
195+
text-indent: 0 !important;
196+
}
197+
194198
> p:first-child {
195199
margin-bottom: 2rem;
196-
197-
& > .indent {
198-
text-indent: 0 !important;
199-
}
200200
}
201201
}
202202

0 commit comments

Comments
 (0)