Skip to content

Commit c1db341

Browse files
committed
make metadatatask responsive
1 parent c2ecd02 commit c1db341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/public/viz-guardrails/CovidMetadataTask.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function CovidMetadataTask({ parameters, setAnswer }: any) {
7777
}
7878

7979
return (
80-
<Box style={{ width: '1700px', alignContent: 'center' }}>
80+
<Box style={{ width: '95vw', alignContent: 'center' }}>
8181
<Card shadow="sm" radius="md" p="md" mb="md" withBorder>
8282
<Text mb="0">
8383
Below are four charts comparing Norway’s COVID-19 cases to different sets of countries. Which chart do you think shows the most useful and appropriate comparison for Norway?

0 commit comments

Comments
 (0)