Merge pull request #660 from justrhysism/fix/659
fix: Set border-box explicitly on Controls
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;
|
||||||
@@ -25,4 +26,4 @@
|
|||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user