Skip to content
New issue

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

Tables wrapped in table-responsive aren't displayed correctly. #162

Closed
nathan-osman opened this issue Sep 24, 2013 · 1 comment
Closed

Comments

@nathan-osman
Copy link
Contributor

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:

Styles Missing

The table is styled correctly if I move it outside of the <div class="table-responsive">.

@thomaspark
Copy link
Owner

Thanks for the report. Looks like a fix is coming in Bootstrap 3.0.1: twbs/bootstrap#10526

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants