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.

row{ display: table}

See original GitHub issue

Hi, Every time I add a row, grapes add this css

.row{ display:table; padding-top:10px; padding-right:10px; padding-bottom:10px; padding-left:10px; width:100%; }

This code makes bootstrap row not working. Is possible to disable the auto add of row css?

thank you

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kaoz70commented, Sep 10, 2020

I’m closing this issue because it seems to be fixed

1reaction
BuddhiAbeyratnecommented, Sep 1, 2020

Looked into my package.json please make versions bellow 2.0 deprecated I’m on v2.2 and it fixed itself

Read more comments on GitHub >

github_iconTop Results From Across the Web

display - CSS: Cascading Style Sheets - MDN Web Docs
The display CSS property sets whether an element is treated as a block or ... other values */ display: table; display: table-row; /*...
Read more >
How (and why) to use display: table-cell (CSS) - Stack Overflow
To get a table with 2 rows and 3 columns, you'd have to do the following: ... #table{ display: table; } .tr{ display:...
Read more >
Kicking Ass with display:table | mattboldt.com
Lets run through some things it's capable of. Superior Vertical Alignment; Float-less Grids; Responsively Easy Nav Bars; Tables Without the < ...
Read more >
"display: table-row" | Can I use... Support tables for HTML5 ...
Method of displaying elements as tables, rows, and cells. Includes support for all display: table-* properties as well as display: inline-table. Usage %...
Read more >
Using CSS "display: table-cell" for columns - Senktec
I've been using display: table-cell and display: table in CSS for a ... If we want multiple rows we can also include display:...
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