/* write style here */
.setter-title {
  width: 100%;

  > .next-input {
    flex: auto;
  }
}

.next-input.next-small {
  height: var(--form-element-small-height, 28px);
  min-height: 28px;
  border-radius: var(--form-element-small-corner, 3px);
}

.next-input.next-small input {
  height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px) * 2);
  min-height: 26px;
  line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px) * 2) \0;
  padding: 0 var(--input-s-padding, 8px);
  font-size: var(--form-element-small-font-size, 12px);
}
