From f502f55a4dad0fb8f954a11ac089d66d9a565920 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Tue, 26 Feb 2019 13:10:21 +0100 Subject: [PATCH] Added max width for paragraph --- src/views/Wallet/views/NoBackup/index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/Wallet/views/NoBackup/index.js b/src/views/Wallet/views/NoBackup/index.js index 53c27cf9..62d2b982 100644 --- a/src/views/Wallet/views/NoBackup/index.js +++ b/src/views/Wallet/views/NoBackup/index.js @@ -30,6 +30,11 @@ const StyledH1 = styled(H1)` text-align: center; `; +const StyledP = styled(P)` + max-width: 550px; + padding-bottom: 15px; +`; + const Message = styled.div` text-align: center; padding: 0 0 15px 0; @@ -44,7 +49,7 @@ const FirmwareUpdate = () => ( /> Your Trezor is not backed up! -

If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.

+ If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.

Please use Bitcoin wallet interface to create a backup.