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

fix(tab): Explicitly set margin to 0 on tabs for Safari #4654

Merged
merged 3 commits into from
Apr 26, 2019

Conversation

williamernest
Copy link
Contributor

fixes #4653

@@ -42,6 +42,7 @@
box-sizing: border-box;
height: $mdc-tab-height;
padding: 0 24px;
margin: 0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add a comment here for safari.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

@mdc-web-bot
Copy link
Collaborator

All 639 screenshot tests passed for commit 83c3d4c vs. master! 💯🎉

@mdc-web-bot
Copy link
Collaborator

All 639 screenshot tests passed for commit d822cdf vs. master! 💯🎉

@mdc-web-bot
Copy link
Collaborator

All 639 screenshot tests passed for commit dee9745 vs. master! 💯🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MDCTabs: Safari shows space between individual tabs
4 participants