Commit ef8f9fc9 authored by Serhii Myronets's avatar Serhii Myronets
Browse files

Issue #3313194 bu agami4: Improve form elements

parent 85460bff
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;
}
+4 −0
Original line number Diff line number Diff line
@@ -41,6 +41,10 @@
  position: relative;
  display: block;
  margin-bottom: 8px;

  > .form-wrapper {
    margin-bottom: 0;
  }
}

.checkbox.form-item-event-all-day {