Skip to content

Commit

Permalink
Update DisasterTable.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher committed Sep 9, 2024
1 parent af59ac6 commit 0e4ff9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/components/DisasterTable/DisasterTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const DisasterTable = ({
: _updatedColumns;

const totalWidth = sum(updatedColumns.map(x => x.width ?? 0));
const maxPrintWidth = 1550; // Maximum print width in pixels
const maxPrintWidth = 1600; // Maximum print width in pixels
const scaleFactor = Math.min(1, maxPrintWidth / totalWidth);

const borderCSS = `1px solid ${colors.gray}`;
Expand Down

0 comments on commit 0e4ff9f

Please sign in to comment.