Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Jan 30, 2025
1 parent 13c9c2b commit f3d5f52
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
}

& > tbody > tr > td.variable-name {
width: 200px;
text-align: center;
}

Expand All @@ -189,6 +190,10 @@
& > tbody:not(:last-child) {
border-bottom: 1px solid black;
}

& > tfoot > tr > td {
padding: var(--padding);
}
}

/* element-variable */
Expand Down

0 comments on commit f3d5f52

Please sign in to comment.