style: update grid layout and card styles for better responsiveness#2
style: update grid layout and card styles for better responsiveness#2sameterkanboz wants to merge 1 commit intoata-core:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Quick Start section’s layout styles to prevent horizontal overflow caused by the CodeWindow content and to improve responsive behavior within the grid/cards.
Changes:
- Adjusted
.qs-gridto userepeat(2, minmax(0, 1fr))so grid columns can shrink without forcing overflow. - Added
min-width: 0to.qs-cardto allow grid items to shrink below their content’s intrinsic width. - Constrained
.qs-card .code-windowwithmax-width: 100%while keeping spacing consistent.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Samet, thank you so much for your work. ❤️ Would you like to help with another issue? |
|
Hey @mertcanaltin, i would be very happy to help you about another issues. Just create an issue and i'll take care of it. About this pr i can close this pr without merge bcz i can see you already fixed this problem in this commit. however, I’d strongly recommend reverting that commit and proceeding with this PR instead as you know, using overflow-x: hidden is generally considered an anti-pattern:
|
|
Great, could you possibly create a new PR that fixes the issue you mentioned? Reverting it might be a bit of a problem since there are so many commits on it. |
there was an overflow issue because of component's style.
existing behavior:
Screen.Recording.2026-03-28.at.22.56.44.mov
expected behavior:
Screen.Recording.2026-03-28.at.22.57.10.mov