Skip to content

Commit

Permalink
fix: tabPane auto height, issue #387
Browse files Browse the repository at this point in the history
  • Loading branch information
silentcloud committed Nov 2, 2016
1 parent 8095c92 commit f4bb4bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/tabs/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@
}
}
}

.@{tabs-prefix-cls}-tabpane-inactive {
height: 0;
}
}

0 comments on commit f4bb4bc

Please sign in to comment.