.editor-heightInput .editor-heightInputCol2 {
  position: absolute;
  right: 11px;
  width: 35%;
  height: 16px;
  color: rgba(28, 36, 46, 0.75);
  font-weight: 400;
  font-size: 12px;
}
.editor-heightInput .editor-heightInputCol2 .editor-select-focused .editor-select-selection {
  box-shadow: 0 0 0 0px !important;
}
.editor-heightInput .editor-heightInputCol2 .editor-select-sm .editor-select-selector {
  width: 50px;
  height: 16px !important;
  border: 0;
}
.editor-heightInput .editor-heightInputCol2 .editor-select-sm .editor-select-selector .editor-select-selection-search {
  display: none;
}
.editor-heightInput .editor-heightInputCol2 .editor-select-sm .editor-select-selector .editor-select-selection-item {
  flex: none;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  padding: 0;
  line-height: 20px !important;
  text-align: center;
  background: #f7f7f7;
  border-radius: 2px;
}
.editor-heightInput .editor-heightInputCol2 .editor-select-sm .editor-select-arrow {
  display: none;
}
