Fix ScrollArea width in Dashboard server card for better layout consistency

This commit is contained in:
headlessdev 2025-04-19 00:20:38 +02:00
parent 7d7897c3f6
commit d9304001fe

View File

@ -908,7 +908,7 @@ export default function Dashboard() {
<AlertDialogDescription> <AlertDialogDescription>
{server.host && ( {server.host && (
<div className="mt-4"> <div className="mt-4">
<ScrollArea className="h-[500px] w-fzull rounded-md border p-4"> <ScrollArea className="h-[500px] w-full pr-3">
<div className="space-y-2 mt-2"> <div className="space-y-2 mt-2">
{server.hostedVMs?.map( {server.hostedVMs?.map(
(hostedVM) => ( (hostedVM) => (