danfickle / danfickle/openhtmltopdf
List not aligned correctly
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
I use the last tagged version.
It seem like there is an issue with the margin-left.
I think the both list should be localed like text: More than 1 kids
Picture of the generated pdf
[https://pasteboard.co/XHyUcjBOlzPy.jpg](https://pasteboard.co/XHyUcjBOlzPy.jpg)
Code
```
@page
{
size: letter portrait;
}
.new-page{
page-break-after:always;
}
@font-face {
font-family: 'Liberation Serif, serif';
}
ul{
margin-left:0;
}
ol{
margin-left:0;
}
- Test1
- Test2
```
I also it seem impossible to set the space between the bulet (or number) with the text.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.