/* addQuill.css Dopiski do edytora Quill */
.ql-editor {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17.92px;
  background-color: white;
  height: fit-content;
  min-height: 200px;
  max-height: 400px;
  
}
.ql-toolbar button.ql-imageUrl::before {
  content: "URL";
  font-size: 12px;
  font-weight: bold;
}