chore: Prevent code blocks in super notes from wrapping (#2878)
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
.Lexical__rtl {
|
.Lexical__rtl {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
.Lexical__code {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
.Lexical__paragraph {
|
.Lexical__paragraph {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user