Skip to content

Commit

Permalink
Merge pull request #16 from Zextras/update-board-height
Browse files Browse the repository at this point in the history
fix: update board height
  • Loading branch information
zovomat authored Feb 23, 2022
2 parents 056912b + b080e95 commit 60f6fed
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 60f6fed

Please sign in to comment.