Skip to content

fix: Refine jump-to-page input alignment in compact mode - #4982

Merged
jperals merged 1 commit into
mainfrom
dev-v3-jotresse-pagination-jump-label-compact
Sep 9, 2026
Merged

fix: Refine jump-to-page input alignment in compact mode#4982
jperals merged 1 commit into
mainfrom
dev-v3-jotresse-pagination-jump-label-compact

Conversation

@jperals

@jperals jperals commented Sep 8, 2026

Copy link
Copy Markdown
Member

Description

Before (input field not vertically aligned with the text on the left)
Screenshot 2026-09-08 at 22 37 05

After (vertically aligned as it used to before #4956)
Screenshot 2026-09-08 at 22 36 48

How has this been tested?

  • In my pipeline
  • Dry run: 8014553695
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.

// This element contains the inline label and the HTML input element.
// Push it upwards to let the HTML input element look vertically centered.
margin-block-start: calc(-2 * #{awsui.$space-scaled-xs});
margin-block-start: calc(-0.6em - #{awsui.$space-scaled-xs});

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@jperals jperals changed the title fix: Refine jump-to-page label alignment in compact mode fix: Refine jump-to-page input alignment in compact mode Sep 8, 2026
@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.66%. Comparing base (74e4f3d) to head (8980d03).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4982   +/-   ##
=======================================
  Coverage   97.66%   97.66%           
=======================================
  Files         960      960           
  Lines       31366    31366           
  Branches    11590    11590           
=======================================
  Hits        30635    30635           
  Misses        685      685           
  Partials       46       46           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jperals
jperals marked this pull request as ready for review September 9, 2026 07:39
@jperals
jperals requested a review from a team as a code owner September 9, 2026 07:39
@jperals
jperals requested review from a team, georgylobko and taheramr and removed request for a team and taheramr September 9, 2026 07:39
@jperals
jperals added this pull request to the merge queue Sep 9, 2026
Merged via the queue into main with commit 7cf7284 Sep 9, 2026
108 of 109 checks passed
@jperals
jperals deleted the dev-v3-jotresse-pagination-jump-label-compact branch September 9, 2026 10:48
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