Merge pull request #342 from Safelite/BRM-fix-button-border-hidden

Fix so that button border shows fully.
This commit is contained in:
bmauger 2023-06-13 08:59:17 -04:00 committed by GitHub
commit d9a858dfe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,6 +127,7 @@ export default {
<style lang="scss" scoped>
.footer {
display: flex;
overflow: visible;
a {
display: flex;
justify-content: center;