Skip to content

Commit adccc9f

Browse files
authored
fix: nowrap input prefixes [INS-2039] (Kong#9620)
1 parent 56f0990 commit adccc9f

File tree

1 file changed

+1
-1
lines changed
  • packages/insomnia/src/ui/components/base

1 file changed

+1
-1
lines changed

packages/insomnia/src/ui/components/base/input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const Input = ({
5050
)}
5151
>
5252
{prefix && (
53-
<span className="flex h-full items-center border-r border-(--hl-sm) bg-(--hl-xs) px-2 text-sm text-(--hl)">
53+
<span className="flex h-full shrink-0 items-center whitespace-nowrap border-r border-(--hl-sm) bg-(--hl-xs) px-2 text-sm text-(--hl)">
5454
{prefix}
5555
</span>
5656
)}

0 commit comments

Comments
 (0)