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

Responsive tables with table-bordered inside a panel have a double border on small devices (under 768px). #11712

Closed
mnhock opened this issue Dec 4, 2013 · 3 comments
Labels
Milestone

Comments

@mnhock
Copy link

mnhock commented Dec 4, 2013

image

<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>
@cvrebert
Copy link
Collaborator

cvrebert commented Dec 4, 2013

@mnhock Please re-test using the very latest Bootstrap from the git master branch.

@mnhock
Copy link
Author

mnhock commented Dec 4, 2013

@cvrebert Unfortunately the same. There is a double border on the left and right.

@mdo mdo mentioned this issue Dec 5, 2013
@mdo mdo closed this as completed in a45d839 Dec 5, 2013
@mdo
Copy link
Member

mdo commented Dec 5, 2013

Fixed up: http://jsbin.com/OleDOlav/1/. All set for v3.0.3.

stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants