mirror of
https://github.com/mudler/LocalAI.git
synced 2026-07-10 16:27:58 -04:00
fix(ui): prevent table container from breaking flexbox layout (#10754)
Signed-off-by: Dedy F. Setyawan <dedyfajars@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user