diff --git a/packages/status-react/src/system/copy-input/styles.tsx b/packages/status-react/src/system/copy-input/styles.tsx index eddfd2aa..aadc193a 100644 --- a/packages/status-react/src/system/copy-input/styles.tsx +++ b/packages/status-react/src/system/copy-input/styles.tsx @@ -2,6 +2,11 @@ import { styled } from '~/src/styles/config' export const Wrapper = styled('div', { position: 'relative', + + input: { + paddingRight: 82, + textOverflow: 'ellipsis', + }, }) export const CopyButton = styled('button', {