Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #14253
Closed
Open
Issue created Jul 27, 2014 by Administrator@rootContributor

panel table and after that a new panel

Created by: wisepotato

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.

Assignee
Assign to
Time tracking