Skip to content

Commit

Permalink
fix: Don't allow compact in canvas (#18261)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Oct 30, 2023
1 parent 40194d2 commit 42b3cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/notebooks/Notebook/Notebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
}
}

&--compact {
&--compact:not(.Notebook--canvas) {
.NotebookEditor {
max-width: 800px;
}
Expand Down

0 comments on commit 42b3cda

Please sign in to comment.