Merge pull request #771 from hargata/Hargata/745

added bottom padding for garage view.
This commit is contained in:
Hargata Softworks
2024-12-16 17:32:20 -07:00
committed by GitHub

View File

@@ -24,7 +24,7 @@
</div> </div>
</div> </div>
} }
<div class="row gy-3 align-items-stretch vehiclesContainer @(recordTags.Any() ? "" : "mt-2")"> <div class="row gy-3 align-items-stretch vehiclesContainer pb-2 @(recordTags.Any() ? "" : "mt-2")">
@foreach (VehicleViewModel vehicle in Model) @foreach (VehicleViewModel vehicle in Model)
{ {
@if (!(userConfig.HideSoldVehicles && !string.IsNullOrWhiteSpace(vehicle.SoldDate))) @if (!(userConfig.HideSoldVehicles && !string.IsNullOrWhiteSpace(vehicle.SoldDate)))