From 8a64f6bb949ffc22bf6c16315c7c2d5af0ad181e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 10 Sep 2025 18:02:23 +0100 Subject: [PATCH] Limit max width to 1920px --- app/components/InstrumentData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/InstrumentData.tsx b/app/components/InstrumentData.tsx index 58f6088..d58c11e 100644 --- a/app/components/InstrumentData.tsx +++ b/app/components/InstrumentData.tsx @@ -206,7 +206,7 @@ export function InstrumentData({ instrumentName }: { instrumentName: string }) { return

Loading...

; } return ( -
+