mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Fix ScrollArea width in Dashboard server card for better layout consistency
This commit is contained in:
parent
7d7897c3f6
commit
d9304001fe
@ -908,7 +908,7 @@ export default function Dashboard() {
|
||||
<AlertDialogDescription>
|
||||
{server.host && (
|
||||
<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">
|
||||
{server.hostedVMs?.map(
|
||||
(hostedVM) => (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user