From 89205da92caf20facf3d08ea8ec4b5da6dccfbca Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 23 Nov 2021 16:48:41 -0500 Subject: [PATCH] CSR-120: tweak height styling --- 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 a64365348..a16d9c0ff 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% - 243px); + height: calc(100% - 260px); width: calc(100% - 1rem); } }