code-key-overflow-fix (#3463)

This commit is contained in:
Jonathan Dobson
2025-09-18 10:35:12 -04:00
committed by GitHub
parent 31a9fe19bc
commit f22c5ad1b0

View File

@@ -118,7 +118,7 @@ function WorkflowRunCode(props?: Props) {
return ( return (
<div className="flex h-full w-full flex-col items-end justify-center gap-2"> <div className="flex h-full w-full flex-col items-end justify-center gap-2">
<div className="flex w-[20rem] gap-4"> <div className="flex w-full justify-end gap-4">
<div className="flex items-center justify-around gap-2"> <div className="flex items-center justify-around gap-2">
<Label className="w-[7rem]">Code Key Value</Label> <Label className="w-[7rem]">Code Key Value</Label>
<HelpTooltip <HelpTooltip
@@ -134,7 +134,7 @@ function WorkflowRunCode(props?: Props) {
value={cacheKeyValue} value={cacheKeyValue}
onValueChange={(v: string) => setCacheKeyValue(v)} onValueChange={(v: string) => setCacheKeyValue(v)}
> >
<SelectTrigger> <SelectTrigger className="max-w-[15rem] [&>span]:text-ellipsis">
<SelectValue placeholder="Code Key Value" /> <SelectValue placeholder="Code Key Value" />
</SelectTrigger> </SelectTrigger>
<SelectContent> <SelectContent>