We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dac3c commit 3fd02adCopy full SHA for 3fd02ad
src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx
@@ -42,11 +42,6 @@ const cssEditor = (readonly: boolean) => `
42
padding: 2px;
43
border-radius: 4px;
44
}
45
- /* @TODO: A fix is made in v0.19.1 - This code can be removed after the upgrade */
46
- .bn-block-content[data-content-type=codeBlock]>div>select option{
47
- color: black;
48
- background-color: white;
49
- }
50
@media screen and (width <= 560px) {
51
& .bn-editor {
52
padding-left: 40px;
0 commit comments