Fix editor source preview to not overflow the notebook

This commit is contained in:
Jonatan Kłosko 2024-02-14 15:50:52 +07:00
parent eac07a4c39
commit e6738a7d8f

View file

@ -46,6 +46,7 @@ const CellEditor = {
sourceEl.classList.add(
"whitespace-pre",
"overflow-x-auto",
"text-editor",
"font-editor",
"px-12",