Skip to content

Commit 76e9791

Browse files
authored
Merge pull request #295 from FalkorDB/fix-data-view
Fix # 294 fix data view
2 parents 4581d56 + 0097bd4 commit 76e9791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/dataPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function DataPanel({ obj, setObj, url }: Props) {
4343
<X color="white" />
4444
</button>
4545
</header>
46-
<main ref={containerRef} className="bg-[#343434] flex flex-col grow overflow-y-auto p-4 justify-center">
46+
<main ref={containerRef} className="bg-[#343434] flex flex-col grow overflow-y-auto p-4">
4747
{
4848
object.map(([key, value]) => (
4949
<div key={key} className="flex gap-2">

0 commit comments

Comments
 (0)