question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Space Between Table Head and Table Body

See original GitHub issue

I cannot figure out how to remove the space between my table head and the table body, or where it is coming from…It looks like it is a 20px bottom margin on <table class="table table-hover table-condensed">

image

selection_018

Thanks for taking a look!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
AllenFangcommented, Jul 10, 2017

@prajapati-parth, I’ve some comments on your repo, https://github.com/prajapati-parth/react-bootstrap-table-demo/issues/1, please have a look, thanks

1reaction
AllenFangcommented, Dec 12, 2016

@robbieyng, you forgot to include the css, the css files under here. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spacing between thead and tbody - css
whitespace between the header row and the first body row. Box Shadow on Header + Spacing to Body. I have tried different things:...
Read more >
Spacing between thead and tbody
CSS ; 1. table { ; 2. /* collapsed, because the bottom shadow on thead tr is hidden otherwise */ ; 3. border-collapse:...
Read more >
How to Add Space Between Rows in the Table
The space between two rows in a <table> can be added by using the CSS border-spacing and border-collapse properties. The border-spacing property is...
Read more >
Space between two rows in a table using CSS?
The space between two rows in a table can be done using CSS border-spacing and border-collapse property. The border-spacing property is used ...
Read more >
HTML Table Padding & Spacing
HTML tables can adjust the padding inside the cells, and also the space between ... Cell padding is the space between the cell...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found