fix: table styles

This commit is contained in:
Cory Dransfeldt 2024-06-11 19:54:22 -07:00
parent 15b2fae8a2
commit e900e0256b
No known key found for this signature in database
2 changed files with 1 additions and 10 deletions

View file

@ -215,11 +215,7 @@ hr {
/* tables */
table {
display: block;
overflow-x: auto;
width: 100%;
border: 1px solid var(--gray-light);
white-space: nowrap;
}
table,
@ -241,12 +237,7 @@ tr:not(:last-child) {
th,
td {
padding: var(--sizing-sm);
min-width: max-content;
word-break: break-word;
width: 100%;
}
td {
min-width: calc(var(--sizing-3xl) * 2);
}