1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

Merge pull request #2129 from andriijas/2.0.2-wip-navtabs

Width fix on .tab-content
This commit is contained in:
Mark Otto
2012-02-21 09:00:10 -08:00

View File

@@ -261,6 +261,7 @@
} }
.tab-content { .tab-content {
display: table; // prevent content from running below tabs display: table; // prevent content from running below tabs
width: 100%;
} }
// Remove border on bottom, left, right // Remove border on bottom, left, right