Merge pull request #25577 from barredterra/quill-paragraph-spacing

fix: paragraph spacing in quill
This commit is contained in:
Ankush Menat 2024-04-06 17:57:59 +05:30 committed by GitHub
commit 4a99f09fcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -292,6 +292,12 @@
}
}
.ql-editor {
p:not(:first-child) {
margin-top: 0.75rem;
}
}
.ql-editor td {
border: 1px solid var(--dark-border-color);
}