Skip to content

Commit

Permalink
Remove default table-saw row margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 6, 2023
1 parent 57fc9f2 commit e5139ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion table-saw.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ table-saw.${this._identifier} {
}
table-saw.${this._identifier} :is(tbody, tfoot) tr {
display: block;
margin-bottom: 1em;
}
table-saw.${this._identifier} :is(tbody, tfoot) :is(th, td):before {
font-weight: var(${this.props.bold});
Expand Down

0 comments on commit e5139ed

Please sign in to comment.