.editor-tableComponents-formItem {
  position: relative;
  margin: 0 !important;
  line-height: normal;
}
.editor-tableComponents-formItem .editor-legacy-form-item-control {
  line-height: normal;
}
.editor-tableComponents-formItem .editor-legacy-form-item-control .editor-legacy-form-item-children .editor-select,
.editor-tableComponents-formItem .editor-legacy-form-item-control .editor-legacy-form-item-children .editor-input-number-input,
.editor-tableComponents-formItem .editor-legacy-form-item-control .editor-legacy-form-item-children .editor-input-number,
.editor-tableComponents-formItem .editor-legacy-form-item-control .editor-legacy-form-item-children .editor-input {
  width: 100%;
  font-size: 12px;
}
.editor-tableComponents-formItem .editor-legacy-form-item-control.has-error .editor-input,
.editor-tableComponents-formItem .editor-legacy-form-item-control.has-error .editor-input-number,
.editor-tableComponents-formItem .editor-legacy-form-item-control.has-error .editor-input-number-input,
.editor-tableComponents-formItem .editor-legacy-form-item-control.has-error .editor-select .editor-select-selection {
  background: transparent !important;
}
.editor-tableComponents-formItem .editor-legacy-form-item-control .editor-legacy-form-explain {
  position: absolute;
  bottom: 50%;
  left: 0;
  padding: 0 12px;
  font-size: 12px;
  transform: translateY(50%);
  pointer-events: none;
}
.editor-tableComponents-readonlyTd {
  position: relative;
  padding: 4px 0;
  line-height: 1.5;
}
.editor-tableComponents-text {
  padding: 0 11px;
}
