Skip to content

Commit

Permalink
fix: Safari tab content width not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ authored and afc163 committed Aug 30, 2019
1 parent 76fd806 commit 6995456
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/tabs/style/index.less
Expand Up @@ -245,8 +245,9 @@
// Create an empty element to avoid margin collapsing
// https://github.com/ant-design/ant-design/issues/18103
&-content::before {
display: table;
display: block;
content: '';
overflow: hidden;
}

// Horizontal Content
Expand Down

0 comments on commit 6995456

Please sign in to comment.