Update Table.svelte

This commit is contained in:
Ben Welsh 2023-03-28 09:01:35 -04:00 committed by GitHub
parent cefe800b02
commit 7247e132d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -362,6 +362,7 @@
th {
font-weight: 500;
line-height: 1.4;
padding: 0 0.333rem;
&.sortable {
cursor: pointer;
}
@ -387,7 +388,7 @@
border-bottom: 1px solid $tr-light-muted-grey;
}
td {
padding: 0.333rem 0.1667rem;
padding: 0.333rem;
}
}
.table--tfoot--footnote {