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
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
The elements are aligned TOP_LEFT, but should probably be CENTER_LEFT. The hboxes will never be bigger than the content so this should not cause vertical center-aligning of the content. Hovewer, if the bullet is higher than the text, the TOP_LEFT causes the text and bullet to not be aligned properly.
I tested that CENTER_LEFT fixes the issue. However I did not do anough testing to conclude it does not produce issues in some situations
I reproduced the issue by using custom styling with custom and relative font sizes (ems), on desktop.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The elements are aligned TOP_LEFT, but should probably be CENTER_LEFT. The hboxes will never be bigger than the content so this should not cause vertical center-aligning of the content. Hovewer, if the bullet is higher than the text, the TOP_LEFT causes the text and bullet to not be aligned properly.
I tested that CENTER_LEFT fixes the issue. However I did not do anough testing to conclude it does not produce issues in some situations
I reproduced the issue by using custom styling with custom and relative font sizes (ems), on desktop.
The text was updated successfully, but these errors were encountered: