Files
breadcrumb-the-shire/web/css/components/app-list-table.css

7 lines
142 B
CSS
Raw 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;
}
}