mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 23:10:59 +00:00
Merge pull request #2129 from andriijas/2.0.2-wip-navtabs
Width fix on .tab-content
This commit is contained in:
commit
187b3bd4bd
1 changed files with 1 additions and 0 deletions
|
|
@ -261,6 +261,7 @@
|
|||
}
|
||||
.tab-content {
|
||||
display: table; // prevent content from running below tabs
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// Remove border on bottom, left, right
|
||||
|
|
|
|||
Loading…
Reference in a new issue