From 5d3e12c56c05c03b4b4bd943e3d39118f4f73eb0 Mon Sep 17 00:00:00 2001 From: Daniel Weck Date: Sat, 8 Feb 2025 22:58:46 +0000 Subject: [PATCH] fix(GUI): report tab for images was allowing long horizontal landscape pictures to extend the cell width indefinitely, now limited to 1.5 times the height w hich is fixed for all rows (Fixes #181 ) --- src/renderer/components/ReportSections/Images.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/components/ReportSections/Images.js b/src/renderer/components/ReportSections/Images.js index 5971bf6..a51b047 100644 --- a/src/renderer/components/ReportSections/Images.js +++ b/src/renderer/components/ReportSections/Images.js @@ -52,6 +52,7 @@ export default class Images extends React.Component { return { if (e.key === "Enter") {