/*
 * Alter Office Hours module styles
 *
 * Allow the office hours form to wrap as the default
 * style is incompatible with admin theme layout
 */
.field--type-office-hours.form-wrapper {
  white-space: normal;
}
