Update CSS and upgrade Blazor.Bootstrap package

Reduced `.card-body` height in `Ask.razor.css` for screens with a minimum width of 768px. Updated `Blazor.Bootstrap` package in `SqlDatabaseVectorSearch.csproj` from version 3.4.0 to 3.5.0.
This commit is contained in:
Marco Minerva
2025-11-25 09:46:18 +01:00
parent e4700a4e28
commit b0fe3cb827
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@ input[type="checkbox"] + label {
@media (min-width: 768px) {
.card-body {
height: 665px;
height: 650px;
}
}
@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazor.Bootstrap" Version="3.4.0" />
<PackageReference Include="Blazor.Bootstrap" Version="3.5.0" />
<PackageReference Include="DocumentFormat.OpenXml" Version="3.3.0" />
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.1.3" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.0" />