/**** Fixes ****/
div.entity-form td.checkbox-cell > div.table-info {
  /* Make sure that checkbox labels make space on the left for the checkbox control, also when label text has multiple text lines*/
  max-width: calc(100% - 24px);
}
