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

panel table and after that a new panel #14253

Closed
wisepotato opened this issue Jul 27, 2014 · 1 comment
Closed

panel table and after that a new panel #14253

wisepotato opened this issue Jul 27, 2014 · 1 comment
Labels
Milestone

Comments

@wisepotato
Copy link

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.

@cvrebert cvrebert added the css label Jul 27, 2014
@cvrebert
Copy link
Collaborator

As a JS Fiddle: http://jsfiddle.net/cvrhulu/gn5t9/1/

@mdo mdo added this to the v3.2.1 milestone Aug 2, 2014
@mdo mdo closed this as completed in b9e6848 Aug 2, 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