Skip to content

Commit

Permalink
fix: update board height
Browse files Browse the repository at this point in the history
  • Loading branch information
nubsthead committed Feb 23, 2022
1 parent 056912b commit b080e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/boards/app-board-window.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const Board = styled(Container)`
left: 24px;
bottom: 0;
width: 700px;
height: 60vh;
height: 70vh;
min-height: 400px;
box-shadow: 0 2px 5px 0 rgba(125, 125, 125, 0.5);
pointer-events: auto;
Expand Down

0 comments on commit b080e95

Please sign in to comment.