div.quill-wrapper {
  min-height: 6em;
  background-color: white;
}
div.quill-wrapper div.toolbar {
  border-bottom: 1px solid #ccc;
}
.ql-editor {
  height: 300px;
}

.ql-editor strong {
  font-weight: bold;
}
