mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-05 21:27:24 +02:00
fix(v2): remove extra top margin of tab item (#2758)
This commit is contained in:
parent
3ad4550854
commit
2d0b36df1b
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue