Skip to main content

All Questions

2 votes
2 answers
9k views

Remove padding in stackable Grid.Row

In 'Semantic UI React', I want to remove the vertical padding between stacked rows. Why this inline styling doesn't succeed: style={{ padding: '0rem 0rem !important' }} ? import React from 'react'; ...
xiaoju's user avatar
  • 389