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

fix(grid): remove cells text alignment inheritance #5237

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

inikolova
Copy link
Contributor

@inikolova inikolova commented Nov 19, 2024

Part of #4601

Note: removing the text-align: inherit rule will address the problem for grid content cells only. Currently header cells include an additional <span class="k-cell-inner"> element, which used Flexbox for styling. Aligning the header cells to the right requires an alternative approach to adjust the Flexbox layout and achieve the desired alignment. (Updated example from the issue - https://dojo.telerik.com/XTRvnfcl

@inikolova inikolova force-pushed the grid-cells-alignment branch from 5540c02 to 51cd88e Compare January 6, 2025 08:01
@inikolova inikolova marked this pull request as ready for review January 7, 2025 08:31
@inikolova inikolova requested a review from a team as a code owner January 7, 2025 08:31
@inikolova inikolova added Bug Something isn't working C:Grid labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working C:Grid
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant