Skip to content

fix(ui): remove conflicting width property in sort-row__icon styles#16268

Open
AdnaneKharkhour wants to merge 1 commit intopayloadcms:mainfrom
AdnaneKharkhour:fix/sort-row-icon-width
Open

fix(ui): remove conflicting width property in sort-row__icon styles#16268
AdnaneKharkhour wants to merge 1 commit intopayloadcms:mainfrom
AdnaneKharkhour:fix/sort-row-icon-width

Conversation

@AdnaneKharkhour
Copy link
Copy Markdown

The .sort-row__icon had conflicting width properties: 'width: 22px' was overridden by 'width: min-content', causing potential table header misalignment when orderable: true. Removed the conflicting min-content rule to ensure consistent column sizing.

Fixes #16251

The .sort-row__icon had conflicting width properties: 'width: 22px' was
overridden by 'width: min-content', causing potential table header misalignment
when orderable: true. Removed the conflicting min-content rule to ensure
consistent column sizing.

Fixes payloadcms#16251
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.

Table Header Misalignment with orderable: true

1 participant