question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

baseFontStyle is not working with <li>

See original GitHub issue
<HTML html={post.html} contentWidth={width} baseFontStyle={{ color: 'white' }} />

font styles are not applied to li. example html:

<ol><li>Line 1</li><li>Line 2</li><li>Line 3 <a href="https://github.com/">LINK</a> Example</li></ol>

screenshot-2020-10-01_01 47 02 484

  • Notice the numbers

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

1reaction
jsamrcommented, Apr 13, 2021
1reaction
jsamrcommented, Sep 30, 2020

@sayem314 Probably similar to #165, but since it was closed I will keep your issue open! I agree this should be solved.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why styling of li does not work in a div - Stack Overflow
I have a div like this shown below, and I am trying to set properties like italic, font-style, font-size to them which don't...
Read more >
HTML basefont tag - W3Schools
Not Supported in HTML5. ... The <basefont> tag was used in HTML 4 to specify a default text-color, font-size or font-family for all...
Read more >
Use the operating system font as the base font style. - CodePen
Use the operating system font as the base font style. If you're on Ubuntu this will be the Ubuntu Font. If you're on...
Read more >
When a Line Doesn't Break | CSS-Tricks
We expect a line to break when the text on that line reaches the parent box boundaries. We see this every time we...
Read more >
Line spacing not applying when using <li> tag
This is for Salesforce CPQ Template Content. I have a spacing issue when using the li tag. If the item ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found