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

chore: Add content permutations for container with fit height #2903

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pan-kot
Copy link
Member

@pan-kot pan-kot commented Oct 19, 2024

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.

Screenshot 2024-10-19 at 11 33 00

How has this been tested?

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@pan-kot pan-kot requested a review from a team as a code owner October 19, 2024 09:33
@pan-kot pan-kot requested review from dpitcock and removed request for a team October 19, 2024 09:33
Copy link

codecov bot commented Oct 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.24%. Comparing base (63b858d) to head (4505a4f).

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.
📢 Have feedback on the report? Share it here.


function ServiceOverviewWithPadding() {
return (
<Box padding={{ bottom: 'xs' }}>
Copy link
Member

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>
Copy link
Member

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

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.

2 participants