Commit 5e25b25
committed
fix(webui): add .pipeline-card { display: flex } CSS rule
Pipeline cards were rendering as display:inline — children stacked
vertically instead of horizontally. Adding explicit .pipeline-card
flex rule fixes the layout. Confirmed via Playwright: card display
changes from inline to flex, children get correct widths (4px accent,
flex content, action buttons).1 parent abf8a82 commit 5e25b25
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3255 | 3255 | | |
3256 | 3256 | | |
3257 | 3257 | | |
| 3258 | + | |
| 3259 | + | |
| 3260 | + | |
3258 | 3261 | | |
3259 | 3262 | | |
3260 | 3263 | | |
| |||
0 commit comments