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.

vertical spacing between Row.

See original GitHub issue

I want to have vertical spacing between Row, similar to gutter.

<Row gutter={8}></Row>

Something like vgutter will help.

<Row vgutter={8}></Row>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:37
  • Comments:25 (1 by maintainers)

github_iconTop GitHub Comments

108reactions
afc163commented, Dec 29, 2016

Just <Row style={{ marginBottom: 8 }}></Row>.

28reactions
KeionneDeroussellecommented, Apr 13, 2018

Wouldn’t that mean the margin on the bottom isn’t responsive the way gutter is? It would be nice to have something responsive.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Add Space Between Rows in the Table - W3docs
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 >
row-gap - CSS: Cascading Style Sheets - MDN Web Docs
The row-gap CSS property sets the size of the gap (gutter) between an element's rows.
Read more >
Vertical spacing between bootstrap rows - CodePen
<p>Below are two examples of how to create vertical space between Bootstrap rows</p>. 7. </div>. 8. ​. 9. </div>. 10. 11. <div class="row">....
Read more >
Space between two rows in a table? - html - Stack Overflow
To add space between rows and columns, one can use grid-gap: [vertical] [horizontal] . To prevent "too thick / double border" with zero...
Read more >
How improve vertical spacing between rows of table? - TeX
I think it's better to use arraystretch to change the spacing between rows. The disadvantage is it becomes asymmetrical when factors are larger ......
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