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>
- Notice the numbers
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@harveyconnor Good news, support for roman is on its way: https://github.com/meliorence/react-native-render-html/issues/286#issuecomment-818347185
@sayem314 Probably similar to #165, but since it was closed I will keep your issue open! I agree this should be solved.