-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
List numbers should follow the theme #339
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #339 +/- ##
=======================================
Coverage 87.76% 87.76%
=======================================
Files 64 64
Lines 10284 10284
=======================================
Hits 9026 9026
Misses 1258 1258 ☔ View full report in Codecov by Sentry. |
@Amir-P no tests here neither, sounds like overkill. Ok with you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. The bottom alignment seems to fail when the text inside list breaks into multiple lines. In the screenshot, the top editor uses 1.8, the one in the middle 1.3 and the bottom one uses 1.0 as style height.
I think we need to align the leading widget to the baseline instead of top or bottom. What do you think? Here is the same styles for unordered list:
Yes, aligning to baseline is way to go Need to find the right way to do so @Amir-P shouldn't we address this in a separate PR? |
cb31f9f
to
350547d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We will address the alignment issue in another PR.
Closes #264