Merge pull request #660 from justrhysism/fix/659

fix: Set border-box explicitly on Controls
This commit is contained in:
Moritz Klack
2020-11-05 11:42:03 +01:00
committed by GitHub
+2 -1
View File
@@ -8,6 +8,7 @@
&-button {
background: #fefefe;
border-bottom: 1px solid #eee;
box-sizing: content-box;
display: flex;
justify-content: center;
align-items: center;
@@ -25,4 +26,4 @@
background: #f4f4f4;
}
}
}
}