Commit 71a9db6
fix(dashboard): stop Sessions filter row from overflowing panel width
Row 3 crammed 5 flex-1 controls (date range, outcome, source, home,
save) into the 320px session list panel. Flex children default to
min-width:auto, so they refused to shrink below their text content's
width — Source and Home overflowed past the panel's overflow-hidden
edge and were visually clipped/unreachable, reading as "grayed out
and unclickable" even though nothing was actually disabled. Split
into two rows (matching the existing Type/Status row pattern) and
added min-w-0 so controls shrink instead of overflowing.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent fcd3737 commit 71a9db6
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
333 | 334 | | |
| 335 | + | |
| 336 | + | |
334 | 337 | | |
335 | 338 | | |
336 | 339 | | |
337 | | - | |
| 340 | + | |
338 | 341 | | |
339 | 342 | | |
340 | 343 | | |
341 | 344 | | |
342 | 345 | | |
343 | | - | |
| 346 | + | |
344 | 347 | | |
345 | 348 | | |
346 | 349 | | |
| |||
0 commit comments