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:
@@ -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