/* custom-quill-styles.css */
.custom-quill-editor .ql-editor {
    padding: 0; /* Set padding to 0 to remove unwanted padding in read-only mode */
    font-size: 16px;
}

.custom-quill-editor-small-size .ql-editor {
    padding: 0; /* Set padding to 0 to remove unwanted padding in read-only mode */
    font-size: 14px;
}
