Created
March 31, 2016 23:20
-
-
Save zhenyanghua/8c42e83e759d080e3be83d4278b77e67 to your computer and use it in GitHub Desktop.
Bootstrap tab content style fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.tab-content > .tab-pane { display: block; height: 0; overflow: hidden; } | |
.tab-content > .active { display: block; height: auto; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment