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
the table does not receive a lower border, which is weird considering each element inside a panel has an ending border..
Example::
<div class="panel panel-default"> <div class="panel-heading"> Lorem </div> <div class="panel-body"> <p>lorem</p> </div> <table style="background-color:#fff;" class="table table-striped table-bordered"> <thead> <tr> <th> Information </th> </tr> </thead> <tbody> <tr> <td> <b><a href="x">Project 1</a></b> <br><p class="text-muted">Lorem ipsum dolor sit amet</p><a href="x" class="pull-right"><i class="fa fa-chevron-right"></i></a> </td> </tr> <tr> <td> <b><a href="x">new project</a></b> <br><p class="text-muted">description is required</p><a href="x" class="pull-right"><i class="fa fa-chevron-right"></i></a> </td> </tr> </tbody> </table> <div class="panel-body"> <p>lorem</p> </div> </div>
The last panel body seems like it is part of the table. Which it is not.
The text was updated successfully, but these errors were encountered:
As a JS Fiddle: http://jsfiddle.net/cvrhulu/gn5t9/1/
Sorry, something went wrong.
b9e6848
(less) Fixes twbs#14253: Add borders for tables that follow bodies in…
4954d12
… panels
No branches or pull requests
the table does not receive a lower border, which is weird considering each element inside a panel has an ending border..
Example::
The last panel body seems like it is part of the table. Which it is not.
The text was updated successfully, but these errors were encountered: