Skip to content

Commit f1fb950

Browse files
committed
fix: remove justify on dashboard connected view
1 parent 786531c commit f1fb950

File tree

1 file changed

+1
-1
lines changed
  • assets/src/dashboard/parts/connected

1 file changed

+1
-1
lines changed

assets/src/dashboard/parts/connected/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const ConnectedLayout = ({
123123

124124
<div className="flex flex-col xl:flex-row mx-auto gap-5">
125125
<div
126-
className="flex flex-col justify-between mt-8 xl:mb-5 p-0 transition-all ease-in-out duration-700 relative text-gray-700 grow"
126+
className="flex flex-col mt-8 xl:mb-5 p-0 transition-all ease-in-out duration-700 relative text-gray-700 grow"
127127
>
128128
{ 'dashboard' === tab && <Dashboard /> }
129129

0 commit comments

Comments
 (0)