fix(v2): remove extra top margin of tab item (#2758)

This commit is contained in:
Alexey Pyltsyn 2020-05-17 12:37:05 +03:00 committed by GitHub
parent 3ad4550854
commit 2d0b36df1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,10 @@
* LICENSE file in the root directory of this source tree.
*/
.tabItem {
margin-top: 0 !important;
}
.tabItem:focus {
background-color: var(--ifm-hover-overlay);
}