admin/logs: avoid scrolling on 1080p

Massimo Melina committed Apr 10, 2022 at 12:08 UTC ba373492a084ad2cad7f7a3c22d5580e4a587fb9
1 file changed +1
admin/src/LogsPage.ts
+1
@@ -24,6 +24,7 @@ function LogFile({ file }: { file: string }) {
24 loading: !list,
25 autoHeight: true,
26 rows: list as any,
27 + rowHeight: 47,
28 pageSize: 10,
29 rowsPerPageOptions: [5, 10, 20, 100],
30 componentsProps: {