We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f0990 commit adccc9fCopy full SHA for adccc9f
packages/insomnia/src/ui/components/base/input.tsx
@@ -50,7 +50,7 @@ export const Input = ({
50
)}
51
>
52
{prefix && (
53
- <span className="flex h-full items-center border-r border-(--hl-sm) bg-(--hl-xs) px-2 text-sm text-(--hl)">
+ <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)">
54
{prefix}
55
</span>
56
0 commit comments