Skip to content

fix: update grid classes for responsive design#7629

Merged
deleonio merged 2 commits intodevelopfrom
7627-v3
May 4, 2025
Merged

fix: update grid classes for responsive design#7629
deleonio merged 2 commits intodevelopfrom
7627-v3

Conversation

@deleonio
Copy link
Copy Markdown
Contributor

@deleonio deleonio commented May 4, 2025

This pull request focuses on improving the responsiveness and layout of components in the React sample application. The most important changes include adding margins for better spacing, introducing responsive grid classes, and refining the layout for various screen sizes.

Layout and Responsiveness Improvements:

  • SampleDescription.tsx: Added a bottom margin (mb-2) to the description container for improved spacing between elements.
  • handout/basic.tsx: Updated the grid layout in the HandoutBasic component:
    • Made the grid columns responsive by adding md:grid-cols-[auto_1fr_1fr] for medium screens.
    • Adjusted the form's grid layout to use sm:grid-cols-2 for small screens and md:grid-cols-3 for medium screens, enhancing responsiveness.

The A11y and PO reviews will only take place after all other DoD steps have been completed by the Developer:

  • Meaningful pull request title for the release notes
  • Pull request is linked to an issue and all changes relate to the issue
  • Tests to protect this code implemented (if applicable)
  • Manual test performed successfully (if applicable)
  • Documentation or migration has been updated (if applicable)

@deleonio deleonio added the v3 label May 4, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented May 4, 2025

@deleonio deleonio merged commit 9cc0b3e into develop May 4, 2025
9 of 10 checks passed
@deleonio deleonio deleted the 7627-v3 branch May 4, 2025 15:22
@publicuibot publicuibot bot locked and limited conversation to collaborators May 4, 2025
@deleonio deleonio linked an issue May 4, 2025 that may be closed by this pull request
4 tasks
@deleonio deleonio removed the v3 label Jun 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mobilansicht Sample-App optimieren

1 participant