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.
1 parent 324bb15 commit 6f9826aCopy full SHA for 6f9826a
frontend/src/pages/Help/DataSources.tsx
@@ -22,7 +22,7 @@ const data: DataProps = {
22
function HowTo() {
23
return (
24
<Layout>
25
- <div className="mt-20 flex w-full max-w-6xl flex-col items-center justify-center px-8">
+ <div className="mt-20 flex min-w-[445px] w-full max-w-6xl flex-col items-center justify-center px-8">
26
<div className="mt-10 h-44 w-44">
27
<LineChart />
28
</div>
0 commit comments