Use content-box so that we dont have edges around the border

This commit is contained in:
DD 2017-10-25 16:47:56 -04:00
parent 67562c8799
commit 8fccfb3dc3

View file

@ -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;