mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-19 18:52:32 +02:00
improve expanded client config sections
This commit is contained in:
@@ -87,7 +87,7 @@ export function AiClientConfigSection({
|
|||||||
<div className={cn("@container min-w-0", className)}>
|
<div className={cn("@container min-w-0", className)}>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"grid min-w-0 gap-3",
|
"grid min-w-0 items-start gap-3",
|
||||||
isWide && "@3xl:grid-cols-2"
|
isWide && "@3xl:grid-cols-2"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user