From 506308fb3e151794c423dbd07317ef2ade433576 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 27 Nov 2023 09:56:44 -0500 Subject: [PATCH] CSR-1840 fix button width when two buttons. --- src/layouts/vehicle-parts/vehicle-parts.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layouts/vehicle-parts/vehicle-parts.vue b/src/layouts/vehicle-parts/vehicle-parts.vue index 3455de18e..ea33f7642 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.vue +++ b/src/layouts/vehicle-parts/vehicle-parts.vue @@ -249,5 +249,8 @@ export default { height: auto; } } + .two-list-card-width { + width: 100%; + } }