Merge pull request #1574 from Safelite/CSR-1840-fix-button-width-when-2-buttons

CSR-1840 fix button width when two buttons.
This commit is contained in:
bmauger 2023-11-27 10:08:13 -05:00 committed by GitHub
commit 8c3840ed9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -249,5 +249,8 @@ export default {
height: auto;
}
}
.two-list-card-width {
width: 100%;
}
}
</style>