Automatic table layout
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user