Supply missing units for CSS styles

This commit is contained in:
Daniel Johnson 2023-02-19 08:57:44 -05:00
parent b007201369
commit fba712caab

View file

@ -29,20 +29,20 @@
}
.section-frame:not(.frame-hidden) {
margin-top: 12;
margin-bottom: 12;
margin-left: 12;
margin-right: 12;
margin-top: 12px;
margin-bottom: 12px;
margin-left: 12px;
margin-right: 12px;
}
.section-frame:not(.frame-hidden) > box {
margin-bottom: 6;
margin-bottom: 6px;
}
.section-frame.frame-hidden > border {
border: 0;
border: 0px;
}
.section-frame.frame-hidden > label {
font-size: 0;
font-size: 0px;
}