🐛(frontend) fix styles in doc editor heading

The headings in the doc editor were not
inheriting the correct style anymore due to a recent
upgrade of Blocknote.
This commit fixes the issue.
This commit is contained in:
Anthony LC 2026-03-31 17:07:19 +02:00
parent 9c832197ed
commit 756cf82678
No known key found for this signature in database

View file

@ -123,13 +123,13 @@ export const cssEditor = css`
.bn-inline-content {
text-decoration: none;
}
h1 {
.bn-default-styles h1 {
font-size: 1.875rem;
}
h2 {
.bn-default-styles h2 {
font-size: 1.5rem;
}
h3 {
.bn-default-styles h3 {
font-size: 1.25rem;
}
a {