Skip to content

Commit

Permalink
Remove blueprintjs padding in mobile editor (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
chownces authored Aug 31, 2022
1 parent e35ca4e commit 505c1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/_workspace.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ $code-color-error: #ff4444;
flex-direction: column;
height: 100%;
width: 100%;
padding: 0;
background-color: $cadet-color-2;

.editor-react-ace {
Expand Down

0 comments on commit 505c1a5

Please sign in to comment.