1
0
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:
slowbackspace 2018-12-20 16:41:03 +01:00
parent c2c79dcbfa
commit 348033e38f

View File

@ -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)};