fix: unwanted overflow due to whitespace
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user