diff --git a/src/components/paint-editor/paint-editor.css b/src/components/paint-editor/paint-editor.css index c5d3f76e..71544b7e 100644 --- a/src/components/paint-editor/paint-editor.css +++ b/src/components/paint-editor/paint-editor.css @@ -69,8 +69,9 @@ $border-radius: 0.25rem; } .canvas-container { - width: 503px; - height: 403px; + width: 500px; + height: 400px; + box-sizing: content-box; border: 1px solid #e8edf1; border-radius: .25rem; position: relative;