CSR-120: adjust height on Vehicle Year page
This commit is contained in:
parent
7a60dd1d9e
commit
a05afd9873
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue