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(AsyncReplication): fix table styles #891

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Jun 10, 2024

Comment on lines +124 to +131
// DataTable with moving head is actually made of two separate tables
// The second table has header with zero height, so it's actually invisible
// There should not be any height set for this header
.data-table__box_sticky-head_moving {
.data-table__th {
height: unset;
}
}
Copy link
Member Author

Choose a reason for hiding this comment

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

Previously styles above were applied only to DataTable with moving head. Now styles apply to all tables: tables with stickyHead moving and fixed, common tables (stickyHead = undefined). moving head exception was explicitly defined with comment

@artemmufazalov artemmufazalov marked this pull request as ready for review June 10, 2024 09:04
@artemmufazalov artemmufazalov merged commit f879369 into main Jun 10, 2024
4 checks passed
@artemmufazalov artemmufazalov deleted the 886-replication-table branch June 10, 2024 11:51
This was referenced Jun 10, 2024
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

Successfully merging this pull request may close these issues.

Async replication info layout
2 participants