style: add margin to multiple VM form elements

- Added a margin-bottom of 2rem to the .multiple class in edit.css to improve spacing in the VM form layout.
This commit is contained in:
Zack Spear
2025-06-25 16:36:50 -07:00
parent 2a58ed92db
commit 7665f65c08
@@ -65,6 +65,7 @@ body {
#vmform .multiple {
position: relative;
margin-bottom: 2rem;
}
#vmform .sectionbutton {
position: absolute;