Files

7 lines
142 B
CSS
Raw Permalink Normal View History

@layer components {
/* List table tweaks — minor overrides for Grid.js table rendering. */
.app-list-table table {
2026-02-04 23:31:53 +01:00
margin: 0;
}
}