Skip to content

Commit

Permalink
feat(vscode): Gain space for the editor in VS Code
Browse files Browse the repository at this point in the history
part of KaotoIO/vscode-kaoto#465

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Feb 9, 2024
1 parent 1d4541e commit b9b5c3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/src/multiplying-architecture/KaotoEditor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
display: flex;
flex-flow: column nowrap;
position: relative;
padding-top: 15px;

// Tab header shouldn't grow or shrink
> div[role='region'] {
Expand All @@ -17,7 +16,6 @@
flex-grow: 1;
flex-shrink: 1;
position: relative;
padding: 0 15px 15px;
overflow: scroll;
}
}

0 comments on commit b9b5c3d

Please sign in to comment.