mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-03-24 03:37:51 -04:00
feat: Introduce dedicated participant, experiment, and trial detail/edit pages, enable MinIO, and refactor dashboard navigation.
This commit is contained in:
@@ -119,8 +119,8 @@ export function EntityForm<T extends FieldValues = FieldValues>({
|
||||
{/* Form Layout */}
|
||||
<div
|
||||
className={cn(
|
||||
"grid gap-8",
|
||||
layout === "default" && "grid-cols-1 lg:grid-cols-3",
|
||||
"grid gap-8 w-full",
|
||||
layout === "default" && "grid-cols-1 lg:grid-cols-3", // Keep the column split but remove max-width
|
||||
layout === "full-width" && "grid-cols-1",
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user