Commit 8006021
networks: Fix spacing of helper text in "Create" dialog
The "IP configuration" FormGroup had the isStack property set, which
in turn would change the top margin of FormHelperText inside that
FormGroup from 4 pixels to -4 pixels.
The isStack property does not seem to have any other effect, so let's
remove it.
Fixes: #11641 parent d0bb0a8 commit 8006021
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments