Automatic table layout

This commit is contained in:
daudix
2024-09-20 22:00:57 +03:00
parent 5f62879f7e
commit 010eb3b6c8
2 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,9 @@
// TABLE
table {
box-shadow: var(--edge-highlight);
border-radius: var(--rounded-corner);
border-collapse: collapse;
background-color: var(--fg-muted-1);
width: 100%;
table-layout: fixed;
overflow: hidden;
tr {