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

[Grid] .k-table-td class should not have display: table-cell style #4749

Open
arrayofletters opened this issue Oct 6, 2023 · 0 comments
Open

Comments

@arrayofletters
Copy link

Describe the bug

display: table-cell on a td is redundant and does nothing. It however is a hindrance when applying my own class, since I can't just use a "flex" class for instance - I would have to make one with a higher specificity simply to override your styling.

To Reproduce

This is the default styling.

To show that the display: table-cell is not useful, go to the grid demo on https://www.telerik.com/kendo-angular-ui/components/grid/, go into dev tools and remove display: table-cell on the .k-table-td class. The appearance of the grid will be unchanged.

Expected behavior

.k-table-td should not a value set for display.

@dtopalov dtopalov transferred this issue from telerik/kendo-angular Oct 9, 2023
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

No branches or pull requests

1 participant