Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 28aa623

Browse files
fix(tab): Explicitly set margin to 0 on tabs for Safari (#4654)
1 parent ef07477 commit 28aa623

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/mdc-tab/mdc-tab.scss

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
justify-content: center;
4242
box-sizing: border-box;
4343
height: $mdc-tab-height;
44+
// Explicitly setting margin to 0 is to override safari default margin for button elements.
45+
margin: 0;
4446
padding: 0 24px;
4547
border: none;
4648
outline: none;

0 commit comments

Comments
 (0)