Fixed where DPI is 200% ordered list serial number not show
Use text-indent replace padding-left Closes #8
This commit is contained in:
parent
d98b911d07
commit
b0a962202f
3
vue.css
3
vue.css
@ -284,7 +284,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#write ol li {
|
#write ol li {
|
||||||
padding-left: 0.5rem;
|
/*padding-left: 0.5rem;*/
|
||||||
|
text-indent: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#write > ul:first-child,
|
#write > ul:first-child,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user