fix(ui): prevent table container from breaking flexbox layout (#10754)

Signed-off-by: Dedy F. Setyawan <dedyfajars@gmail.com>
This commit is contained in:
Dedy F. Setyawan
2026-07-10 04:21:07 +07:00
committed by GitHub
parent fa3e139540
commit 294487eb61

View File

@@ -2425,6 +2425,9 @@ select.input {
overflow-x: auto;
border: 1px solid var(--color-border-subtle);
border-radius: var(--radius-lg);
/* Prevent flexbox container from stretching due to large inner HTML tables */
width: 1px;
min-width: 100%;
}
/* ResponsiveTable: stack dense tables into label/value cards on narrow screens