Skip to content

Commit

Permalink
Table block: remove borders and left align caption (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-lawton authored Aug 14, 2024
1 parent bd59fd7 commit e7fcdf0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions rca/static_src/sass/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,9 @@
caption {
margin-bottom: $gutter;
text-align: left;

@include media-query(medium) {
text-align: center;
}
}

table {
background: $color--white;
border: 1px solid $color--grid-line-dark;
min-width: 600px;
border-collapse: collapse;

Expand All @@ -87,7 +81,7 @@

th,
td {
padding: 8px;
padding: 8px 8px 8px 0;
}

th {
Expand Down

0 comments on commit e7fcdf0

Please sign in to comment.