danfickle / danfickle/openhtmltopdf
Caption of table not working as expected
Open
has failing test
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
The caption tag of a table is not the same width as the table parent and the caption text is not centered correctly.
```css
caption{
text-align: center;
display: table-caption;
}
table{
width: 25%;
}
```
```html
Caption text
TextTextText
TextTextText
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.