File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,16 +90,16 @@ const Users = () => {
9090 >
9191 < CardHeader >
9292 < CardTitle >
93- < Skeleton className = "h-[20px] w-[196px] max-w-3/5 rounded-full" />
93+ < Skeleton className = "h-[20px] w-[196px] max-w-3/5 md:mb-1 rounded-full" />
9494 </ CardTitle >
9595 < CardDescription >
96- < Skeleton className = "h-[16px] w-[144px] max-w-2/5 rounded-full" />
96+ < Skeleton className = "h-[16px] w-[144px] max-w-2/5 mb-1 md:mb-4 rounded-full" />
9797 </ CardDescription >
9898 </ CardHeader >
9999 < CardContent className = "flex flex-col gap-2" >
100100 < Skeleton className = "h-[18px] w-[512px] max-w-4/5 rounded-full" />
101101 < Skeleton className = "h-[18px] w-[512px] max-w-4/5 rounded-full" />
102- < Skeleton className = "h-[18px] w-[128px] max-w-4/5 rounded-full" />
102+ < Skeleton className = "h-[18px] w-[128px] max-w-4/5 hidden md:flex mb-8 rounded-full" />
103103 </ CardContent >
104104 < CardFooter >
105105 < Skeleton className = "h-[22px] w-[48px] max-w-2/5 rounded-full" />
You can’t perform that action at this time.
0 commit comments