Skip to content

Commit e4f54ba

Browse files
committed
Fix table larger than 100%
1 parent e25f360 commit e4f54ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Private/Get-AbrHRZHCEventDataBase.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Get-AbrHRZHCEventDataBase {
5656
$TableParams = @{
5757
Name = "Event Database Health Information - $($HVEnvironment.toUpper())"
5858
List = $false
59-
ColumnWidths = 20, 8, 12, 16, 18, 8, 10, 10
59+
ColumnWidths = 18, 8, 12, 16, 18, 8, 10, 10
6060
}
6161

6262
if ($Report.ShowTableCaptions) {

0 commit comments

Comments
 (0)