-
-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab character in <ol> for font weights bellow w400 #327
Labels
bug
Something isn't working
Comments
Strange. I'll take a look at this this weekend. |
I had the same issue .
|
Took care of this in the above PR, it was related to the font size. Basically it now has a separate text widget just for the tab character without any text styling so the unknown character box doesn't show up. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I've noticed a weird character that looks like a tab in
<li>
elements for ordered lists. It happens only when the content needs a line break and the font weight is w300 or less. Any clues how to solve that?Here's a minimal example that reproduces the problem (library version 1.0.0):
This is a print of a list with FontWeight.w300
This is a print of a list with FontWeight.w400
The text was updated successfully, but these errors were encountered: