Skip to content

Commit

Permalink
Merge pull request #84 from niaid/NDS-143
Browse files Browse the repository at this point in the history
NDS-143: Tables have outside border and formatting is correct even for tables with incorrect syntax
  • Loading branch information
niafelice-nih authored Mar 1, 2023
2 parents a92bbfd + 7c313dd commit 81b4407
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,21 +93,21 @@ table {
}
}
}
tr {
display: table-row;
vertical-align: inherit;
}
th, td {
// border: $border-block;
color: $type-body;
line-height: normal;
padding: $s-1;
text-align: left;
vertical-align: top;
}
td {
&.is-active {
background-color: $grey-100;
}
}
tr {
display: table-row;
vertical-align: inherit;
}
tbody {
th {
font-weight: $font-weight-bold;
Expand Down

0 comments on commit 81b4407

Please sign in to comment.