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

fixed nested tabs orientations #2469

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

fixed nested tabs orientations #2469

wants to merge 3 commits into from

Conversation

rroyb
Copy link
Contributor

@rroyb rroyb commented Mar 17, 2025

Changes

Fixes #2423.

When nesting Tabs components, there were orientation and spacing issues. For instance, as described in the issue above, nesting a horizontally oriented tab component within a vertically oriented tab component resulted in both being vertically oriented.

This PR addresses the incorrect orientations of nested Tabs components and related styling/spacing issues.

Testing

Manually tested using Chrome Dev Tools and the sandbox.

Docs

Added changesets

@rroyb rroyb self-assigned this Mar 17, 2025
@rroyb rroyb marked this pull request as ready for review March 19, 2025 20:03
@rroyb rroyb requested a review from a team as a code owner March 19, 2025 20:03
@rroyb rroyb requested review from mayank99 and r100-stack and removed request for a team March 19, 2025 20:03
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.

”horizontal“ in Tabs component can't work
1 participant