mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00: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:
parent
9c832197ed
commit
756cf82678
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue