Revert "fix: paragraph spacing in quill" (#25998)

This commit is contained in:
Ankush Menat 2024-04-17 14:40:21 +05:30 committed by GitHub
parent bc26ab67dc
commit e020862b34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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