Skip to content

Commit

Permalink
Merge pull request #179 from epam/fix_graphics2d_layout
Browse files Browse the repository at this point in the history
fixed graphiics2d layout
  • Loading branch information
oleksandr-zhynzher authored Nov 7, 2023
2 parents 41d5bfb + 62c8764 commit 5925c71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/engine/Graphics2d.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
.wrapperStyles {
display: block;
height: calc(100% - 0.5rem);
width: 80%;
width: 43%;
overflow: hidden;
border: 2px solid #dc5e47;
border-radius: 10px;
}
Expand Down

0 comments on commit 5925c71

Please sign in to comment.