CSR-120: tweak height styling

This commit is contained in:
Adam Caouette 2021-11-23 16:48:41 -05:00
parent a05afd9873
commit 89205da92c

View file

@ -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);
}
}