mirror of
https://github.com/status-im/status-web-archive.git
synced 2025-01-09 15:46:00 +00:00
handle text overflow in CopyButton
This commit is contained in:
parent
3f1c7bc9f7
commit
458d299b4a
@ -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