Commit ef8ded4
committed
Fix dialog variant field spacing: apply grid gap to label element
The dialog variant's FieldFrame applied 'grid gap-1.5' on a wrapper div,
but its only child was a single <label>, so the gap had no effect. The
label text, input, and description inside the label had no layout class,
causing them to render without vertical spacing.
Move 'grid gap-1.5' to the <label> element itself for the dialog variant
so it spaces its children (label text, input, description) correctly.1 parent 77e6873 commit ef8ded4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments