File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
src/LinkDotNet.Blog.Web/wwwroot/css Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 15
15
<PackageVersion Include =" Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version =" 9.0.0" />
16
16
<PackageVersion Include =" MongoDB.Driver" Version =" 2.30.0" />
17
17
<PackageVersion Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 8.0.2" />
18
- <PackageVersion Include =" RavenDB.Client" Version =" 6.2.1 " />
18
+ <PackageVersion Include =" RavenDB.Client" Version =" 6.2.2 " />
19
19
</ItemGroup >
20
20
<ItemGroup Label =" Web" >
21
21
<PackageVersion Include =" AspNetCore.HealthChecks.UI.Client" Version =" 8.0.1" />
22
22
<PackageVersion Include =" Blazored.Toast" Version =" 4.2.1" />
23
- <PackageVersion Include =" Blazorise.Bootstrap5" Version =" 1.7.0 " />
24
- <PackageVersion Include =" Blazorise.Markdown" Version =" 1.7.0 " />
23
+ <PackageVersion Include =" Blazorise.Bootstrap5" Version =" 1.7.1 " />
24
+ <PackageVersion Include =" Blazorise.Markdown" Version =" 1.7.1 " />
25
25
<PackageVersion Include =" Markdig" Version =" 0.38.0" />
26
26
<PackageVersion Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 9.0.0" />
27
27
<PackageVersion Include =" Microsoft.Extensions.Options" Version =" 9.0.0" />
34
34
<PackageVersion Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.0" />
35
35
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
36
36
<PackageVersion Include =" NSubstitute" Version =" 5.3.0" />
37
- <PackageVersion Include =" RavenDB.TestDriver" Version =" 6.2.1 " />
37
+ <PackageVersion Include =" RavenDB.TestDriver" Version =" 6.2.2 " />
38
38
<PackageVersion Include =" Shouldly" Version =" 4.2.1" />
39
39
<PackageVersion Include =" bunit" Version =" 2.0.24-preview" />
40
40
<PackageVersion Include =" bunit.generators" Version =" 2.0.24-preview" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
Original file line number Diff line number Diff line change @@ -148,12 +148,6 @@ code {
148
148
background : rgb (36 , 90 , 170 ) !important ;
149
149
}
150
150
151
- /* Remove when https://github.com/Megabit/Blazorise/issues/5876 fixed */
152
- .editor-toolbar .table {
153
- display : inline-block !important ;
154
- width : fit-content !important ;
155
- }
156
-
157
151
# blazor-error-ui {
158
152
background : lightyellow;
159
153
bottom : 0 ;
You can’t perform that action at this time.
0 commit comments