Skip to content

Commit

Permalink
Reduce top paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Jan 26, 2025
1 parent 495b776 commit d1b0772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/components/Cell/Cell.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

.content {
flex: 1;
padding: 20px;
padding: 10px 20px;
overflow-y: auto;
}

Expand Down
2 changes: 1 addition & 1 deletion web/src/components/CodeEditor/CodeEditor.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.editor {
position: relative;
margin: 0 -40px -20px;
margin: 0 -40px -10px;

& :global .cm-editor {
outline: none;
Expand Down

0 comments on commit d1b0772

Please sign in to comment.