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

Pivot Grid Header size is not correctly reflected based on density #14490

Open
skrustev opened this issue Jul 9, 2024 · 0 comments · May be fixed by #14811
Open

Pivot Grid Header size is not correctly reflected based on density #14490

skrustev opened this issue Jul 9, 2024 · 0 comments · May be fixed by #14811
Assignees

Comments

@skrustev
Copy link
Member

skrustev commented Jul 9, 2024

Description

The Pivot Grid headers do not size correctly for the small and medium display density.

  • igniteui-angular version: 18.0.x
  • browser: any

Steps to reproduce

  1. Open the Pivot Grid State demo
  2. Set the following var in the host: --ig-size: var(--ig-size-small);
  3. Set superCompactMode to false in the template
  4. Observe the column headers

Result

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants