[PM-31161] reports scroll bug (#18769)

* Fix virtual scroll gap in exposed-passwords-report by setting rowSize to 54px

* Fix virtual scroll gap in weak-passwords-report by setting rowSize to 54px
This commit is contained in:
Alex 2026-02-12 12:01:30 -05:00 committed by GitHub
parent 4d93348a2e
commit 7342bf672f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
></bit-chip-select>
}
}
<bit-table-scroll [dataSource]="dataSource" [rowSize]="75">
<bit-table-scroll [dataSource]="dataSource" [rowSize]="54">
<ng-container header>
<th bitCell></th>
<th bitCell bitSortable="name">{{ "name" | i18n }}</th>

View File

@ -45,7 +45,7 @@
></bit-chip-select>
}
}
<bit-table-scroll [dataSource]="dataSource" [rowSize]="75">
<bit-table-scroll [dataSource]="dataSource" [rowSize]="54">
<ng-container header>
<th bitCell></th>
<th bitCell bitSortable="name">{{ "name" | i18n }}</th>