Skip to content

Commit b2c76d7

Browse files
PathVariableToken style issue fixed
1 parent a8181b1 commit b2c76d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/renderer/src/components/app/collections/request/request/meta-data/url/tokens/PathVariableToken.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)