File tree Expand file tree Collapse file tree
src/renderer/src/components/app/collections/request/request/meta-data/url/tokens Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ const PathVariableToken = memo(({ value: key }: Props) => {
5656 return (
5757 < ButtonLikeDiv
5858 variant = { "secondary" }
59- className = { cn ( "w-fit h-auto min-w-30 flex rounded-md py-0" ) }
59+ className = { cn ( "w-fit h-auto min-w-40 flex rounded-md py-0" ) }
6060 >
61- < div className = "w-full min-w-9 max-w-96 text-center wrap-break-word break-all whitespace-normal font-normal py-2" >
61+ < div className = "w-fit min-w-9 text-center wrap-break-word break-all whitespace-normal font-normal py-2" >
6262 < p className = "w-full" > :{ key } </ p >
6363 </ div >
6464 < Separator orientation = "vertical" />
65- < div className = "w-full min-w-9 max-w-96 text-center wrap-break-word break-all whitespace-normal font-normal py-2" >
65+ < div className = "w-full min-w-9 text-center wrap-break-word break-all whitespace-normal font-normal py-2" >
6666 < p
6767 contentEditable
6868 suppressContentEditableWarning
You can’t perform that action at this time.
0 commit comments