From 4c19df717b98ae79490370029b194822c46f6ea0 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 26 Jul 2026 18:37:42 +0100 Subject: [PATCH] Enhance SlicerIntegration layout for better responsiveness - Wrapped the ObjectProperty component in a div with defined width properties to improve layout consistency and responsiveness within the SlicerIntegration component. - Ensured that the display adapts better to varying screen sizes, enhancing user experience. --- .../Production/Printers/SlicerIntegration.jsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/Dashboard/Production/Printers/SlicerIntegration.jsx b/src/components/Dashboard/Production/Printers/SlicerIntegration.jsx index 858955a..f50a4d4 100644 --- a/src/components/Dashboard/Production/Printers/SlicerIntegration.jsx +++ b/src/components/Dashboard/Production/Printers/SlicerIntegration.jsx @@ -184,10 +184,18 @@ const SlicerIntegration = () => { : objectData?.name || 'Slicer Integration'} {!loading && ( - +
+ +
)} {slicerUploadsButton()}