fix: remove unwanted vertical space at the top of Tabs (#18125)

* fix: remove unwanted vertical space at the top of Tabs

* fix: correct misspellings and change wording
pull/18164/head
XTY 6 years ago committed by zombieJ
parent 49c81322b2
commit 0f60283cc9

@ -242,10 +242,10 @@
}
}
// Create a empty element to aovid margin merge
// Create an empty element to avoid margin collapsing
// https://github.com/ant-design/ant-design/issues/18103
&-content::before {
display: inline-block;
display: table;
content: '';
}

Loading…
Cancel
Save