CSR-120: tweak height styling
This commit is contained in:
parent
a05afd9873
commit
89205da92c
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export default {
|
||||||
|
|
||||||
.car_list {
|
.car_list {
|
||||||
// Height will be determined by overall height of content above list
|
// Height will be determined by overall height of content above list
|
||||||
height: calc(100% - 243px);
|
height: calc(100% - 260px);
|
||||||
width: calc(100% - 1rem);
|
width: calc(100% - 1rem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue