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

Bugfix: <umb-table> align icons centrally #2187

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

mattbrailsford
Copy link
Contributor

Description

The PR aligns the icons columns of collection views centrally to prevent miss-alignment issues when alternating between the column icon and the checkbox

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (minor updates related to the tooling or maintenance of the repository, does not impact compiled assets)

Motivation and context

There is unnecessary movement when rolling over the table rows and switching between the checkbox and icon. This fix ensures prop alignment of both preventing this movement.

How to test?

Roll over any collection view

Screenshots (if appropriate)

Before
image

After
image

Checklist

  • If my change requires a change to the documentation, I have updated the documentation in this pull request.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

@leekelleher leekelleher self-requested a review August 7, 2024 12:21
Copy link

sonarcloud bot commented Aug 7, 2024

@leekelleher leekelleher enabled auto-merge (rebase) August 7, 2024 12:39
Copy link
Member

@leekelleher leekelleher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super, thanks @mattbrailsford! 🙏
Tested out, looking good! 🚀

@leekelleher leekelleher changed the title Align table icons centrally Bugfix: <umb-table> align icons centrally Aug 7, 2024
@leekelleher leekelleher merged commit 946dacc into umbraco:main Aug 7, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants