fix: unwanted overflow due to whitespace

This commit is contained in:
2026-03-26 09:16:20 +01:00
parent 92e0a9f4e9
commit 1acb4d1934

View File

@@ -1,10 +1,6 @@
@layer components {
/* List table tweaks — minor overrides for Grid.js table rendering. */
.app-list-table table {
.app-list-table table {
margin: 0;
}
.app-list-table {
white-space: nowrap;
}
}
}