Skip to content

Conversation

DRiFTy17
Copy link
Collaborator

@DRiFTy17 DRiFTy17 commented Apr 1, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added/updated: N
  • Docs have been added/updated: N
  • Does this PR introduce a breaking change? N
  • I have linked any related GitHub issues to be closed when this PR is merged? N

Describe the new behavior?

The border was being hidden when using fixed-headers because of the background style on the <th> "covering" the element due to collapsing borders.

This change unsets border-collapse (leaving as the default of separate) so that the borders are included in the cell dimensions, and instead sets border-spacing: 0 to collapse the default cell spacing.

@DRiFTy17 DRiFTy17 added patch Increment the patch version when merged skip-release Preserve the current version when merged labels Apr 1, 2025
@DRiFTy17 DRiFTy17 requested a review from a team as a code owner April 1, 2025 13:46
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@DRiFTy17 DRiFTy17 merged commit b963cab into main Apr 2, 2025
13 checks passed
@DRiFTy17 DRiFTy17 deleted the fix-table-head-border-hidden branch April 2, 2025 15:07
Copy link
Contributor

github-actions bot commented Apr 3, 2025

🚀 PR was released in v3.8.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released. skip-release Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants