.weda-flow-comment {
  position: relative;
  height: 100px;
  text-align: left;
  overflow: auto;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}

.weda-flow-comment.bordered {
  border: 1px solid #dcdee6;
}

.weda-flow-comment .DraftEditor-root {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.weda-flow-comment .public-DraftEditorPlaceholder-root {
  position: absolute;
  z-index: 0;
  margin: 5px;
  color: #999999;
  font-size: 12px;
  left: 5px;
  width: 90%;
  pointer-events: none;
}

.weda-flow-comment .DraftEditor-root .DraftEditor-editorContainer {
  padding: 5px;
  height: 100%;
}
.weda-flow-comment
  .DraftEditor-root
  .DraftEditor-editorContainer
  .public-DraftEditor-content {
  height: 100%;
}
.weda-flow-comment .DraftEditor-root .DraftEditor-editorContainer mark {
  color: #888888;
  background: transparent;
}
.weda-flow-comment .highlight-textarea-placeholder {
  position: absolute;
  z-index: 0;
  margin: 5px;
  color: #999999;
}
