From bcd271d2c5d9f3feb8051b120514a34ecbad8f43 Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Mon, 18 May 2026 16:51:36 -0400 Subject: [PATCH 1/3] fix(ui): Improve ClipboardInput positioning and make readonly --- packages/ui/src/elements/ClipboardInput.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/ui/src/elements/ClipboardInput.tsx b/packages/ui/src/elements/ClipboardInput.tsx index dee689af876..f855908cde1 100644 --- a/packages/ui/src/elements/ClipboardInput.tsx +++ b/packages/ui/src/elements/ClipboardInput.tsx @@ -23,17 +23,19 @@ export const ClipboardInput = (props: ClipboardInputProps) => { ({ paddingInlineEnd: theme.space.$8 })} + readOnly + sx={theme => ({ paddingInlineEnd: theme.space.$10, textOverflow: 'ellipsis' })} />