Skip to content

Commit 6f9826a

Browse files
committed
feat: #394 - Set min width on Data Sources page as workaround for table responsiveness issue
1 parent 324bb15 commit 6f9826a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Help/DataSources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const data: DataProps = {
2222
function HowTo() {
2323
return (
2424
<Layout>
25-
<div className="mt-20 flex w-full max-w-6xl flex-col items-center justify-center px-8">
25+
<div className="mt-20 flex min-w-[445px] w-full max-w-6xl flex-col items-center justify-center px-8">
2626
<div className="mt-10 h-44 w-44">
2727
<LineChart />
2828
</div>

0 commit comments

Comments
 (0)