danfickle / danfickle/openhtmltopdf

List not aligned correctly

Open
#815 0 comments 0 reactions 0 assignees View on GitHub
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



  1. Test2


More than 1 kids

```

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.