Skip to content

Commit b1ced6b

Browse files
committed
fix: prevent table from overflowing and hiding action buttons
1 parent c9c3e27 commit b1ced6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,12 @@ body {
265265
flex: 1;
266266
gap: 10px;
267267
padding: 8px;
268+
min-width: 0;
268269
}
269270

270271
.table-container {
271272
flex: 1;
273+
min-width: 0;
272274
border: 1px solid var(--border);
273275
background: var(--surface);
274276
overflow: auto;

0 commit comments

Comments
 (0)