Set border-box explicitly so upstream frameworks don't upset the layout.
This commit is contained in:
Rhys Lloyd
2020-11-05 08:08:56 +10:30
committed by GitHub
parent 156835cfac
commit 4a5f0b5a76
+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;
}
}
}
}