This website works better with JavaScript
Home
Explore
Help
Sign In
Apq
/
logseq
mirror of
https://github.com/logseq/logseq.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix: li marker display
Tienson Qin
4 years ago
parent
baeb2656d4
commit
859c7afca0
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
src/main/frontend/components/block.css
+ 1
- 1
src/main/frontend/components/block.css
View File
@@ -119,7 +119,7 @@
> li {
> li {
&::marker, > p {
&::marker, > p {
- display: in
line-block
;
+ display: in
itial
;
}
}
}
}
}
}