editor.scss 170 B

12345678910111213141516
  1. .ql-toolbar {
  2. line-height: 1.5 !important;
  3. }
  4. .ql-editor {
  5. min-height: 200px;
  6. font-size: 16px;
  7. img{
  8. max-width: 100%;
  9. }
  10. }
  11. .ql-container{
  12. height: auto;
  13. }