-
Notifications
You must be signed in to change notification settings - Fork 156
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
chore: Add content permutations for container with fit height #2903
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2903 +/- ##
========================================
Coverage 96.24% 96.24%
========================================
Files 767 767
Lines 21716 21716
Branches 7428 7028 -400
========================================
Hits 20901 20901
- Misses 762 807 +45
+ Partials 53 8 -45 ☔ View full report in Codecov by Sentry. |
|
||
function ServiceOverviewWithPadding() { | ||
return ( | ||
<Box padding={{ bottom: 'xs' }}> |
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.
What is happening here? Why is there a custom padding?
@@ -101,7 +109,89 @@ export default function () { | |||
<div className={styles.heightLimit}> | |||
<LargeContainer /> | |||
</div> | |||
<h2>Content variants</h2> |
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.
Is it really suitable for this page?
If there is any height diff in the content above, everything below will be shifted, making this screenshot diff impossible to review
Let's stick to the principle, one use case – one page
Description
Permutations to show effects of #2864
While table sticky scrollbar is fixed, it impacts large links with underlines which can be fixed by adding extra paddings to the content itself.
How has this been tested?
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
CONTRIBUTING.md
.CONTRIBUTING.md
.Security
checkSafeUrl
function.Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.