forked from fa/breadcrumb-the-shire
7 lines
142 B
CSS
7 lines
142 B
CSS
@layer components {
|
|
/* List table tweaks — minor overrides for Grid.js table rendering. */
|
|
.app-list-table table {
|
|
margin: 0;
|
|
}
|
|
}
|