From a05afd987398d5b27732fac48f761b35f1580c16 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 23 Nov 2021 16:43:42 -0500 Subject: [PATCH] CSR-120: adjust height on Vehicle Year page --- src/layouts/vehicle-year/vehicle-year.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/vehicle-year/vehicle-year.vue b/src/layouts/vehicle-year/vehicle-year.vue index ab41afc2a..a64365348 100644 --- a/src/layouts/vehicle-year/vehicle-year.vue +++ b/src/layouts/vehicle-year/vehicle-year.vue @@ -42,7 +42,7 @@ export default { .car_list { // Height will be determined by overall height of content above list - height: calc(100% - 110px); + height: calc(100% - 243px); width: calc(100% - 1rem); } }