mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
100% width on .tab-content
This commit is contained in:
parent
d149a131c1
commit
f50b2c9b92
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue