Update Table.svelte
This commit is contained in:
parent
cefe800b02
commit
7247e132d8
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue