CSR-1840 fix button width when two buttons.

This commit is contained in:
Bryan Mauger 2023-11-27 09:56:44 -05:00
parent 34e49fe86e
commit 506308fb3e

View file

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