.quill-content .ql-editor {
  min-height: 50vh;
  height: auto;
  overflow-y: visible;
}

.ql-editor img {
  max-width: 100%;
  height: auto;
}

.ql-editor .ql-resize-style-left {
  float: left;
  margin: 0 15px 15px 0;
}

.ql-editor .ql-resize-style-right {
  float: right;
  margin: 0 0 15px 15px;
}

.ql-editor .ql-resize-style-center {
  display: block;
  margin: 0 auto 15px;
}
