mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-19 21:43:32 +00:00
Fix spacing issue
This commit is contained in:
parent
1cddff194c
commit
8feca67431
1 changed files with 3 additions and 1 deletions
|
|
@ -117,7 +117,9 @@ export function AiClientConfigCard({
|
|||
<div
|
||||
className={cn(
|
||||
"grid gap-4",
|
||||
!stackBlocks && "@lg:grid-cols-2"
|
||||
!stackBlocks &&
|
||||
(preset?.blocks.length ?? 0) > 1 &&
|
||||
"@lg:grid-cols-2"
|
||||
)}
|
||||
>
|
||||
{preset?.blocks.map((block) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue