-
Notifications
You must be signed in to change notification settings - Fork 11
refactor: fixing table css so that it can work inside flex container #668
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
Conversation
styleUrls: ['./table.component.scss'], | ||
changeDetection: ChangeDetectionStrategy.OnPush, | ||
template: ` | ||
<div class="table"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same class was assigned to cdk-table too.
Codecov Report
@@ Coverage Diff @@
## main #668 +/- ##
=======================================
Coverage 85.23% 85.23%
=======================================
Files 779 779
Lines 16042 16042
Branches 2068 2068
=======================================
Hits 13674 13674
Misses 2333 2333
Partials 35 35
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me from a code perspective, but as always with table confirm it works everywhere its used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scares me, but no problem as long as all tables are still working.
Description
Please include a summary of the change, motivation and context.
refactor: fixing table css so that it can work inside flex container
Testing
Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.