mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
style: grid fix
This commit is contained in:
parent
013ee89a56
commit
0893149db0
@ -238,8 +238,8 @@ export const AddTemplate = ({ projectId }: Props) => {
|
||||
className={cn(
|
||||
"grid gap-6",
|
||||
viewMode === "detailed"
|
||||
? "grid-cols-1 sm:grid-cols-2 lg:grid-cols-6"
|
||||
: "grid-cols-2 sm:grid-cols-4 lg:grid-cols-8",
|
||||
? "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-5"
|
||||
: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 xl:grid-cols-5 2xl:grid-cols-6",
|
||||
)}
|
||||
>
|
||||
{templates?.map((template, index) => (
|
||||
@ -340,6 +340,7 @@ export const AddTemplate = ({ projectId }: Props) => {
|
||||
<AlertDialog>
|
||||
<AlertDialogTrigger asChild>
|
||||
<Button
|
||||
variant="secondary"
|
||||
size="sm"
|
||||
className={cn(
|
||||
"w-auto",
|
||||
|
Loading…
Reference in New Issue
Block a user