Resolve #659
Set border-box explicitly so upstream frameworks don't upset the layout.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
&-button {
|
&-button {
|
||||||
background: #fefefe;
|
background: #fefefe;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
|
box-sizing: content-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user