Skip to content
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

Fixes List Indicator Alignment with Left Align Images #530

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Conversation

patrickbrown-io
Copy link
Contributor

This change aligns the list indicators on a list element with other text elements next to a left-aligned image.

Previously, the float css for aligning an element left would cause visual issues with list indicators specifically, the bullet-point or numbering becoming hard to see or lost within the image. There is now condtionally applied left-spacing to rendered Ordered and Unordered list elements, when directly next to a Left Align (.align-left) image.

Resolves #523

@jcsparks jcsparks merged commit 0006c49 into main Nov 2, 2023
3 checks passed
@jcsparks jcsparks deleted the issue/523 branch November 2, 2023 17:45
github-actions bot pushed a commit that referenced this pull request Nov 2, 2023
Fixes List Indicator Alignment with Left Align Images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List alignment with floated images
2 participants