Commit 45e91a1
FIX [GUI] Home: render LabelsBar chips inside the Labels card
LabelsBar's root sets `flex: 1 1 0` which assumes a horizontal flex
parent. Inside Home's column-flex card the LabelsBar collapsed to
zero height so the operator/operation chips were invisible. Wrap
LabelsBar in a dedicated row container with an explicit min-height
so the chips render.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 129386c commit 45e91a1
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
0 commit comments