We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 426d369 + 8a64f6b commit 31fbef8Copy full SHA for 31fbef8
app/components/InstrumentData.tsx
@@ -206,7 +206,7 @@ export function InstrumentData({ instrumentName }: { instrumentName: string }) {
206
return <h1>Loading...</h1>;
207
}
208
return (
209
- <div className="p-2 w-full mx-auto">
+ <div className="p-2 w-full max-w-[1920px] mx-auto">
210
<TopBar
211
dashboard={currentInstrument.dashboard}
212
instName={instName}
0 commit comments