.ql-container {
  margin: 0
}

.ql-container .ql-editor {
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-align: start;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.ql-container .ql-editor p {
  margin: 0;
  padding: 0
}

.ql-container .ql-editor>* {
  cursor: text
}

.ql-clipboard {
  position: fixed;
  height: 1px;
  top: 50%;
  left: 50%;
  overflow-y: hidden
}

.ql-clipboard p {
  margin: 0;
  padding: 0
}

_:-ms-fullscreen,
:root .ql-clipboard {
  position: absolute
}

.ql-blank {
  width: 1px
}