Compare commits

...

2 Commits

Author SHA1 Message Date
sokol
ead551ee6b style: ultra-compact Environment section
All checks were successful
CI / build-and-test (push) Successful in 29m26s
CI / build-and-test (pull_request) Successful in 26m23s
2026-02-20 14:36:02 +03:00
sokol
25f81cb8f7 style: make Environment section much more compact 2026-02-20 14:34:24 +03:00

View File

@@ -95,7 +95,7 @@ export function Environment({ envs, onChanged, onSelected, onAdd, onRemove }: En
return (
<Card variant="bordered" padding="none" className="h-full">
<CardBody className="space-y-3">
<CardBody className="space-y-1">
{/* Environment Selector */}
<div className="flex gap-2">
<div className="flex-1">
@@ -136,11 +136,11 @@ export function Environment({ envs, onChanged, onSelected, onAdd, onRemove }: En
{/* Parameters Section */}
<div>
<h3 className="text-sm font-semibold text-slate-700 mb-2 uppercase tracking-wide">
<h3 className="text-sm font-semibold text-slate-700 mb-1 uppercase tracking-wide">
Parameters
</h3>
<div className="space-y-1">
<div className="space-y-0">
{paramCtrls}
<EnvironmentParam