mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 04:12:52 +00:00
fix(v2): remove extra top margin of tab item (#2758)
This commit is contained in:
parent
3ad4550854
commit
2d0b36df1b
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue