mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-31 19:30:53 +00:00
fix send button overflow
This commit is contained in:
parent
c2c79dcbfa
commit
348033e38f
@ -132,6 +132,7 @@ const ToggleAdvancedSettingsButton = styled(Button)`
|
||||
|
||||
const SendButton = styled(Button)`
|
||||
min-width: ${props => (props.isAdvancedSettingsHidden ? '50%' : '100%')};
|
||||
word-break: break-all;
|
||||
|
||||
@media screen and (max-width: ${SmallScreenWidth}) {
|
||||
margin-top: ${props => (props.isAdvancedSettingsHidden ? '10px' : 0)};
|
||||
|
Loading…
Reference in New Issue
Block a user