mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +08:00
Fix editor source preview to not overflow the notebook
This commit is contained in:
parent
eac07a4c39
commit
e6738a7d8f
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ const CellEditor = {
|
|||
|
||||
sourceEl.classList.add(
|
||||
"whitespace-pre",
|
||||
"overflow-x-auto",
|
||||
"text-editor",
|
||||
"font-editor",
|
||||
"px-12",
|
||||
|
|
Loading…
Add table
Reference in a new issue