.form-group-multi {
  display: flex;
  column-gap: 15px;
  align-items: flex-end;
}

.form-group-multi label {
  white-space: nowrap;
}

.form-group .inpShort {
  width: 5em;
}