File tree Expand file tree Collapse file tree 7 files changed +19
-13
lines changed
Expand file tree Collapse file tree 7 files changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -3809,9 +3809,10 @@ hr {
38093809 bottom : 0 ;
38103810 left : 0 ;
38113811 right : 0 ;
3812- text-align : center;
3813- align-self : center;
38143812 font-weight : var (--bold , 600 );
3813+ display : inline-flex;
3814+ align-items : center;
3815+ justify-content : center;
38153816}
38163817.report-output .percentage .bar {
38173818 border-top-right-radius : 0.5rem ;
Original file line number Diff line number Diff line change @@ -1330,14 +1330,15 @@ input[type=file]{
13301330 display : flex ;
13311331 }
13321332 .label {
1333- position :absolute ;
1334- top :0 ;
1335- bottom :0 ;
1336- left :0 ;
1337- right :0 ;
1338- text-align : center ;
1339- align-self : center ;
1333+ position : absolute ;
1334+ top : 0 ;
1335+ bottom : 0 ;
1336+ left : 0 ;
1337+ right : 0 ;
13401338 font-weight : var (--bold , 600 );
1339+ display : inline-flex ;
1340+ align-items : center ;
1341+ justify-content : center ;
13411342 }
13421343
13431344 .bar {
Original file line number Diff line number Diff line change 88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
99 </PropertyGroup >
1010 <ItemGroup >
11+ <PackageReference Include =" Humanizer" Version =" 2.14.1" />
1112 <PackageReference Include =" MySqlBackup.NET" Version =" 2.3.8" />
1213 <PackageReference Include =" Npgsql" Version =" 8.0.3" />
1314 <PackageReference Include =" NPoco" Version =" 5.7.1" />
Original file line number Diff line number Diff line change 55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11 .0" />
9- <PackageReference Include =" Moq" Version =" 4.18.4 " />
10- <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.7 " />
8+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
9+ <PackageReference Include =" Moq" Version =" 4.20.70 " />
10+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.4.3 " />
1111 <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.7" />
12- <PackageReference Include =" coverlet.collector" Version =" 3.1.0" />
12+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2" >
13+ <PrivateAssets >all</PrivateAssets >
14+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15+ </PackageReference >
1316 </ItemGroup >
1417 <ItemGroup >
1518 <ProjectReference Include =" ..\DataLayer\DataLayer.csproj" />
You can’t perform that action at this time.
0 commit comments