mirror of
https://github.com/suitenumerique/docs.git
synced 2026-04-25 17:15:01 +02:00
🐛(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:
@@ -123,13 +123,13 @@ export const cssEditor = css`
|
|||||||
.bn-inline-content {
|
.bn-inline-content {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
h1 {
|
.bn-default-styles h1 {
|
||||||
font-size: 1.875rem;
|
font-size: 1.875rem;
|
||||||
}
|
}
|
||||||
h2 {
|
.bn-default-styles h2 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
h3 {
|
.bn-default-styles h3 {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
|||||||
Reference in New Issue
Block a user