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
I have the following markup on a page:
<div class="table-responsive"> <table class="table"> <tr> <th>Header1</th> <th>Header2</th> </tr> <tr> <td>Item1</td> <td>Item2</td> </tr> </table> </div>
However, the table is not styled correctly. For example, the Cyborg theme renders it as follows:
The table is styled correctly if I move it outside of the <div class="table-responsive">.
<div class="table-responsive">
The text was updated successfully, but these errors were encountered:
Thanks for the report. Looks like a fix is coming in Bootstrap 3.0.1: twbs/bootstrap#10526
Sorry, something went wrong.
No branches or pull requests
I have the following markup on a page:
However, the table is not styled correctly. For example, the Cyborg theme renders it as follows:
The table is styled correctly if I move it outside of the
<div class="table-responsive">
.The text was updated successfully, but these errors were encountered: