table styling

This commit is contained in:
metacryst
2026-03-06 08:04:10 -06:00
parent b22b12a7a5
commit f51045c5e5

View File

@@ -105,6 +105,11 @@ class People extends Shadow {
border: 1px solid rgb(69 53 53);
margin-left: 8em
}
.gridjs-wrapper {
box-shadow: none;
padding-left: 8em;
}
`)
})
})