Skip to content

Commit

Permalink
Merge pull request #42 from Victor1890/fix/ui-query
Browse files Browse the repository at this point in the history
fix: 🐛 fix data-grid responsive and add overflow-auto class to ca…
  • Loading branch information
frectonz authored Aug 28, 2024
2 parents 46ea92d + c10babb commit 4a01b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/routes/query.lazy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function Query({ sql, onChange, onSave, onDelete, onUpdate }: QueryProps) {
</CardHeader>
</Card>
) : (
<Card className="p-2">
<Card className="p-2 overflow-auto">
<DataGrid
defaultColumnOptions={{ resizable: true }}
columns={data.columns.map((col) => ({ key: col, name: col }))}
Expand Down

0 comments on commit 4a01b37

Please sign in to comment.