Skip to content

Commit

Permalink
feat(vscode): keep some padding for other editor than canvas
Browse files Browse the repository at this point in the history
fixes KaotoIO/vscode-kaoto#465

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Feb 9, 2024
1 parent 1de57ca commit a69880e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/multiplying-architecture/KaotoEditor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
flex-grow: 1;
flex-shrink: 1;
position: relative;
padding: 0 15px 15px;
overflow: scroll;
}

Expand Down

0 comments on commit a69880e

Please sign in to comment.