From ccdf60dae7fd595e9a5febb1da2124eafd72bd71 Mon Sep 17 00:00:00 2001 From: David Ly Date: Thu, 16 Oct 2025 14:42:32 +0200 Subject: [PATCH] Fixed line break handling in sight guideline --- .../SightGuideline/SightGuideline.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/inspection-capture-web/src/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.styles.ts b/packages/inspection-capture-web/src/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.styles.ts index 91cb276eb..bab4120ac 100644 --- a/packages/inspection-capture-web/src/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.styles.ts +++ b/packages/inspection-capture-web/src/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.styles.ts @@ -24,6 +24,7 @@ export const styles: Styles = { gap: '8px', letterSpacing: '0.15px', fontSize: '14', + whiteSpace: 'pre-line', }, buttonContainer: { display: 'flex',