// adduse

.dx-textarea {
  height: auto;

  .dx-texteditor-input-container {
    align-items: stretch;
  }

  .dx-texteditor-input {
    resize: none;
    font-family: inherit;
    display: block;
    overflow: auto;
    white-space: pre-wrap;
    margin: 0;
  }

  .dx-texteditor-input-auto-resize {
    overflow-y: hidden;
  }

  .dx-placeholder {
    height: auto;

    &::before {
      white-space: normal;
    }
  }
}
