mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
fix left and right tab-content alignment with width: auto;
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user