fix(plugin-md-power): incorrect tabs styles (#412)
This commit is contained in:
parent
71aea89792
commit
756cc54e80
@ -202,11 +202,11 @@ function onTabNavClick(index: number): void {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.vp-doc .vp-tab :nth-child(2) {
|
||||
.vp-doc .vp-tab > :nth-child(2) {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.vp-doc .vp-tab :last-child {
|
||||
.vp-doc .vp-tab > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user