chore: Prevent code blocks in super notes from wrapping (#2878)

This commit is contained in:
Wyatt Childers
2024-05-31 09:40:01 -04:00
committed by GitHub
parent 7e2e1c50a2
commit abc43900f9

View File

@@ -6,6 +6,9 @@
.Lexical__rtl {
text-align: right;
}
.Lexical__code {
white-space: pre;
}
.Lexical__paragraph {
margin: 0;
position: relative;