Skip to content

Commit

Permalink
Fix images width
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Aug 28, 2023
1 parent 72c4b2e commit e509f2e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/components/Settings/Export/Export.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,16 @@ export const PDF_IMAGES_WIDTH = {
column: {
1: 130,
2: 130,
3: 80,
4: 84,
5: 75,
6: 60,
7: 55,
8: 55,
9: 48,
10: 45,
11: 45,
12: 45
3: 130,
4: 100,
5: 100,
6: 100,
7: 100,
8: 90,
9: 80,
10: 70,
11: 70,
12: 60
},
row: {
1: 130,
Expand Down

0 comments on commit e509f2e

Please sign in to comment.