reduce max height for resource tags

This commit is contained in:
Scott Wilson
2025-02-18 20:32:57 -08:00
parent b0cd5bd10d
commit 69fb87bbfc

View File

@@ -77,7 +77,7 @@ export const AwsParameterStoreSyncOptionsFields = () => {
label="Resource Tags"
tooltipText="Add resource tags to parameters synced by Infisical"
/>
<div className="mb-3 grid max-h-[40vh] grid-cols-12 flex-col items-end gap-2 overflow-y-auto">
<div className="mb-3 grid max-h-[20vh] grid-cols-12 flex-col items-end gap-2 overflow-y-auto">
{tagFields.fields.map(({ id: tagFieldId }, i) => (
<Fragment key={tagFieldId}>
<div className="col-span-5">