Add Panel For Cache Key Value Selection And Deletion (#3266)

This commit is contained in:
Jonathan Dobson
2025-08-21 19:13:36 -04:00
committed by GitHub
parent 00db70cdc8
commit c54ba42bb9
9 changed files with 627 additions and 40 deletions

View File

@@ -28,7 +28,7 @@ function OrgWalled({
<TooltipTrigger asChild>
<div
className={cn(
"relative rounded-md border-2 border-dashed border-yellow-400 p-2",
"relative rounded-md border-2 border-dashed border-yellow-400 p-2 transition-all duration-100 ease-linear hover:border-transparent hover:p-0",
className,
)}
>