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

📌 Sticky columns: The row height changes when you select/focus/edit it #28412

Open
wants to merge 5 commits into
base: 24_2
Choose a base branch
from

Conversation

Raushen
Copy link
Contributor

@Raushen Raushen commented Nov 21, 2024

No description provided.

@Raushen Raushen added the 24_2 label Nov 21, 2024
@Raushen Raushen self-assigned this Nov 21, 2024
@Raushen Raushen requested a review from a team as a code owner November 21, 2024 17:27
@@ -32,6 +32,7 @@ $generic-grid-base-checkbox-icon-size: 16px;
$generic-grid-base-checkbox-indeterminate-icon-size: 6px;
$grid-masterdetail-padding: 20px;
$generic-grid-base-group-panel-message-line-height: $generic-button-text-line-height;
$generic-grid-base-cell-input-height: round($generic-base-line-height * $generic-base-font-size) + 2 * $generic-grid-base-cell-padding;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is 2? Would be great to have variable with appropriate name which describes the idea of the value, it will be especially useful for future code support.

Copy link
Contributor Author

@Raushen Raushen Nov 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I extracted the variable with appropriate name from here. What is wrong? A height contains 2 paddings from top and bottom.

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

Successfully merging this pull request may close these issues.

2 participants