Skip to content

fix: constant height for workshop nav and inline buttons - #46770

Merged
pelikhan merged 1 commit into
mainfrom
copilot/update-workshopexperience-buttons-height
Jul 20, 2026
Merged

fix: constant height for workshop nav and inline buttons#46770
pelikhan merged 1 commit into
mainfrom
copilot/update-workshopexperience-buttons-height

Conversation

Copilot AI commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Workshop buttons (Previous step, Next step/Finish workshop, Home, Change route) had inconsistent heights because min-height alone allowed them to grow when text differed or wrapped.

Changes

  • WorkshopExperience.astro — on .aw-workshop-inline-button, .aw-workshop-nav-button:
    • Added height: 2.35rem (alongside existing min-height) to enforce a fixed height
    • Added white-space: nowrap to prevent text wrapping that would break the fixed height

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title fix: make workshop experience buttons have constant height fix: constant height for workshop nav and inline buttons Jul 20, 2026
Copilot AI requested a review from pelikhan July 20, 2026 08:30
@pelikhan
pelikhan marked this pull request as ready for review July 20, 2026 08:31
Copilot AI review requested due to automatic review settings July 20, 2026 08:31
@pelikhan
pelikhan merged commit e1781d5 into main Jul 20, 2026
@pelikhan
pelikhan deleted the copilot/update-workshopexperience-buttons-height branch July 20, 2026 08:31

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Enforces consistent workshop action-button heights.

Changes:

  • Sets buttons to a fixed 2.35rem height.
  • Prevents button labels from wrapping.
Show a summary per file
File Description
docs/src/components/workshop/WorkshopExperience.astro Standardizes workshop button sizing and label layout.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Medium

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.14

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.

3 participants