2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fix left and right tab-content alignment with width: auto;

This commit is contained in:
Mark Otto
2012-03-22 23:38:50 -07:00
parent 7ea34ae0ef
commit c4fb703269
3 changed files with 9 additions and 7 deletions
+4
View File
@@ -309,6 +309,10 @@
// ------------
// Common styles
.tabs-left .tab-content,
.tabs-right .tab-content {
width: auto;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
float: none;