You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Demo, changing lists: { name: 'Lists', props: { baseFontSize: 14 } } to lists: { name: 'Lists', props: { baseFontSize: 2 } } and it had no effect on the font size so I couldn't reproduce it, but that's a problem in itself.
text and bullets should be resizable. Changing baseFontSize to 2 should have made it very small.
Actual Behavior
tags cannot be resized
Reproducible Demo
One step only:
In the Demo, changing lists: { name: 'Lists', props: { baseFontSize: 14 } } to lists: { name: 'Lists', props: { baseFontSize: 2 } } and it had no effect on the font size so I couldn't reproduce it, but that's a problem in itself.
The text was updated successfully, but these errors were encountered:
This is part of a wider problem I have as in my real project, my <li> text does grow larger - seems to take on the p tag's style even though that is not in my html - but the bullets do not, causing misalignment which I need to correct.
Is this a bug report or a feature request?
Bug report
Have you read the guidelines regarding bug report?
Yes
Have you read the documentation in its entirety?
Yes
Have you made sure that your issue hasn't already been reported/solved?
Yes
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
Both
Is the bug reproductible in a production environment (not a debug one)?
Yes
Have you been able to reproduce the bug in the provided example?
In the Demo, changing
lists: { name: 'Lists', props: { baseFontSize: 14 } }
tolists: { name: 'Lists', props: { baseFontSize: 2 } }
and it had no effect on the font size so I couldn't reproduce it, but that's a problem in itself.Environment
Target Platform:
Android (6.0)
iOS (11.2)
Steps to Reproduce
lists: { name: 'Lists', props: { baseFontSize: 14 } }
tolists: { name: 'Lists', props: { baseFontSize: 2 } }
Expected Behavior
Actual Behavior
Reproducible Demo
One step only:
In the Demo, changing
lists: { name: 'Lists', props: { baseFontSize: 14 } }
tolists: { name: 'Lists', props: { baseFontSize: 2 } }
and it had no effect on the font size so I couldn't reproduce it, but that's a problem in itself.The text was updated successfully, but these errors were encountered: