Skip to content

Commit

Permalink
Merge pull request #3250 from uswds/dw-border-collapse
Browse files Browse the repository at this point in the history
Add border-collapse rule to tables
  • Loading branch information
mejiaj committed Dec 2, 2019
2 parents f2d93b5 + c6e6aae commit b5d9b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stylesheets/core/placeholders/_table.scss
@@ -1,6 +1,7 @@
%usa-table {
@include border-box-sizing;
@include typeset;
border-collapse: collapse;
border-spacing: 0;
margin: units(2.5) 0;

Expand Down

0 comments on commit b5d9b78

Please sign in to comment.