Fix responsive DataGrid contraction

This commit is contained in:
2026-08-05 22:42:21 +02:00
parent b553513c9f
commit 7ea0cb8655
5 changed files with 132 additions and 12 deletions
+2
View File
@@ -130,7 +130,9 @@
/* Reusable data grid */
.data-grid-shell {
width: 100%;
max-width: 100%;
min-width: 0;
contain: inline-size;
overflow: hidden;
border: var(--border-line);
border-radius: var(--radius-sm);