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 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user