chore: table style revisions

This commit is contained in:
Cory Dransfeldt 2024-07-25 19:01:06 -07:00
parent 8ff7947017
commit 03d3e0f322
No known key found for this signature in database
3 changed files with 7 additions and 4 deletions

View file

@ -271,7 +271,7 @@ td {
width: 100%;
}
:is(th, td):not(:last-child) {
:is(th, td):not(:first-child, :last-child) {
border-right: 1px solid var(--gray-light);
}
@ -291,6 +291,9 @@ td {
position: sticky;
left: 0;
border-inline-end: none;
max-width: 200px;
text-overflow: ellipsis;
overflow: hidden;
&::after {
content: '';