Loading assets/css/form-controls.css +5 −0 Original line number Diff line number Diff line Loading @@ -171,6 +171,11 @@ form:not(.layout-builder-configure-block) .checkbox { margin-bottom: 8px; } form:not(.layout-builder-configure-block) .radio > .form-wrapper, form:not(.layout-builder-configure-block) .checkbox > .form-wrapper { margin-bottom: 0; } form:not(.layout-builder-configure-block) .checkbox.form-item-event-all-day { margin-bottom: 1.5rem; } Loading components/02-atoms/form-controls/_radio-checkbox.scss +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,10 @@ position: relative; display: block; margin-bottom: 8px; > .form-wrapper { margin-bottom: 0; } } .checkbox.form-item-event-all-day { Loading Loading
assets/css/form-controls.css +5 −0 Original line number Diff line number Diff line Loading @@ -171,6 +171,11 @@ form:not(.layout-builder-configure-block) .checkbox { margin-bottom: 8px; } form:not(.layout-builder-configure-block) .radio > .form-wrapper, form:not(.layout-builder-configure-block) .checkbox > .form-wrapper { margin-bottom: 0; } form:not(.layout-builder-configure-block) .checkbox.form-item-event-all-day { margin-bottom: 1.5rem; } Loading
components/02-atoms/form-controls/_radio-checkbox.scss +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,10 @@ position: relative; display: block; margin-bottom: 8px; > .form-wrapper { margin-bottom: 0; } } .checkbox.form-item-event-all-day { Loading