Skip to content

Commit

Permalink
Fix ring box-sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed May 22, 2023
1 parent c5f6502 commit 63f3816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_core-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ div[class^="ring-"] {
border: 1px dashed rgba(155, 155, 155, 0.5);
grid-area: 1/1/1/1;
place-items: center;
box-sizing: content-box;
}
/* hack doesnt work on ffox
div[class^="ring-"]:has(.item) {
Expand Down

0 comments on commit 63f3816

Please sign in to comment.