danfickle / danfickle/openhtmltopdf

Caption of table not working as expected

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.