Skip to content

Commit b0fe3cb

Browse files
committed
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.
1 parent e4700a4 commit b0fe3cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SqlDatabaseVectorSearch/Components/Pages/Ask.razor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ input[type="checkbox"] + label {
2828

2929
@media (min-width: 768px) {
3030
.card-body {
31-
height: 665px;
31+
height: 650px;
3232
}
3333
}
3434

SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Blazor.Bootstrap" Version="3.4.0" />
11+
<PackageReference Include="Blazor.Bootstrap" Version="3.5.0" />
1212
<PackageReference Include="DocumentFormat.OpenXml" Version="3.3.0" />
1313
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.1.3" />
1414
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.0" />

0 commit comments

Comments
 (0)