We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<div class="panel panel-default"> <div class="panel-heading">Panel heading</div> <div class="panel-body"> <p>Some default panel content here.</p> </div> <div class="table-responsive"> <table class="table table-bordered"> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Test</td> <td>Test</td> <td>Test</td> </tr> </tbody> </table> </div> </div>
The text was updated successfully, but these errors were encountered:
@mnhock Please re-test using the very latest Bootstrap from the git master branch.
master
Sorry, something went wrong.
@cvrebert Unfortunately the same. There is a double border on the left and right.
a45d839
Fixed up: http://jsbin.com/OleDOlav/1/. All set for v3.0.3.
(less) Fixes twbs#11712: Better support for .table-responsive within …
2f36d1f
….panel's
03422ae
No branches or pull requests
The text was updated successfully, but these errors were encountered: