microsoft / microsoft/roosterjs
Lists (bulleted and numbered) aren't visible/properly indented when font-size is huge
Open
@JiuqingSong is already working on this.
Since Sep 9, 2024.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 190
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 16
Description
Describe the bug
Lists (bulleted and numbered) aren't visible/properly indented when font-size is over 24px. The indent slowly goes away until then the bullet starts to run off the screen.
To Reproduce
Steps to reproduce the behavior:
- Make font size 48 or above.
- toggle bullet or numbered list.
Expected behavior
you should be able to see the bullet, and it should be properly indented.
UL should have a default padding-inline-start that equals the font-size
Screenshots
Device Information
browser - demo site
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.