code-key-overflow-fix (#3463)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user