danfickle / danfickle/openhtmltopdf
"white-space: nowrap" not working with Superscript<sup>
Open
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
The below code tries to keep the word example and its corresponding superscript to be in the same line.
This below code can be tested on the sandbox.
>
>
>
> div{
> width: 100px;
> height: 50px;
> border:1px solid black;
> }
> nobr{
> white-space:nowrap;
> }
>
>
>
>
this is example1 text
>
>
>
>
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.