-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
use gap instead of margin for tab #6834
Conversation
use gap instead of marginBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
made a mistake in 1 line PRBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
ugh alphabeticalBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Glad to see older CSS hacks cleaned up as gap
for flexbox properties gets wider browser usage.
This might break if something overrides the .bp5-tab-list
display property, but Blueprint consumers shouldn't be doing that anyway.
Hi This completely breaks vertical tabbing now, which previously had no gap but now has massive gaps. Thanks |
Thanks for catching that @stewartfeasby. Putting up a fix here: #6885 |
By doing this, tabs can natively support RTL without breaking any LTR
Changes proposed in this pull request:
Instead of using margin for tab spacing use flex gap
Reviewers should focus on:
Screenshot
Looks identical