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

Table without thead in Panel #11553

Closed
ottob opened this issue Nov 20, 2013 · 1 comment
Closed

Table without thead in Panel #11553

ottob opened this issue Nov 20, 2013 · 1 comment
Labels
Milestone

Comments

@ottob
Copy link

ottob commented Nov 20, 2013

If I use this I get a 2px border between then panel-heading and the table. I expected it to be 1px. Feature or bug?

screen shot 2013-11-20 at 10 25 55

<div class="panel panel-default">
  <div class="panel-heading">Panel heading</div>
  <table class="table">
    <tbody>
      <tr>
        <th>Foo</th>
        <td>Bar</td>
      </tr>
    </tbody>
 </table>
</div>
@zlatanvasovic
Copy link
Contributor

Confirmed. Idk, maybe is this excepted behaviour?

@mdo mdo closed this as completed in c13524e Nov 28, 2013
@mdo mdo mentioned this issue Nov 28, 2013
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

2 participants