Skip to content

Commit

Permalink
Add border, fix box sizing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and ntsekouras committed Apr 22, 2021
1 parent 7d682c3 commit 4f81697
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

.block-editor-block-preview__container {
border-radius: $radius-block-ui;
border: $border-width solid $gray-300;
}
}
}
Expand Down Expand Up @@ -79,6 +80,7 @@
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;

.carousel-container {
overflow: hidden;
Expand Down

0 comments on commit 4f81697

Please sign in to comment.