mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-13 10:14:57 +00:00
handle text overflow in CopyButton
This commit is contained in:
parent
90292ba42e
commit
e0f5c2ae12
@ -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', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user