Skip to content

Commit

Permalink
fix(plugin-md-power): incorrect tabs styles (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo authored Jan 5, 2025
1 parent 71aea89 commit 756cc54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/plugin-md-power/src/client/components/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 756cc54

Please sign in to comment.