1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 10:23:52 +00:00

[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
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>