Pivot Grid Header size is not correctly reflected based on density #14490
Labels
🐛 bug
Any issue that describes a bug
display-density
grid: pivot
🆕 status: new
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
The Pivot Grid headers do not size correctly for the
small
andmedium
display density.Steps to reproduce
--ig-size: var(--ig-size-small);
superCompactMode
tofalse
in the templateResult
The headers inside are smaller but their actual height is not and the border appear to not be going to the above headers cell because of that.
Expected result
The headers should size correctly.
Attachments
The text was updated successfully, but these errors were encountered: