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
If I use this I get a 2px border between then panel-heading and the table. I expected it to be 1px. Feature or bug?
<div class="panel panel-default"> <div class="panel-heading">Panel heading</div> <table class="table"> <tbody> <tr> <th>Foo</th> <td>Bar</td> </tr> </tbody> </table> </div>
The text was updated successfully, but these errors were encountered:
Confirmed. Idk, maybe is this excepted behaviour?
Sorry, something went wrong.
c13524e
(less) Fixes twbs#11553: Prevent double border on tables in panels wi…
c9adb11
…thout thead content
99e5b58
No branches or pull requests
If I use this I get a 2px border between then panel-heading and the table. I expected it to be 1px. Feature or bug?
The text was updated successfully, but these errors were encountered: