.full-height-editor {
  height: 100%;
}
.full-height-editor .ql-editor {
  height: 100%;
}

/* Table borders */
.ql-editor table, .ql-editor td, .ql-editor th {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* Table borders in read-only editor */
.ql-editor:not([contenteditable]) table, .ql-editor:not([contenteditable]) td, .ql-editor:not([contenteditable]) th {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.ql-image {
  width: 100%;
}

@media screen and (min-width: 3700px) {
  .ql-editor p {
    font-size: .7vw;
  }
}
