Skip to content

Commit 56b7b91

Browse files
committed
remove justify center so the view of the data always be visible (in small screens)
1 parent d982511 commit 56b7b91

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)