gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix height in storybook


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix height in storybook
Date: Mon, 21 Jun 2021 01:55:11 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new c7f0e483 fix height in storybook
c7f0e483 is described below

commit c7f0e483232a01c1165c8146285b915f766dba78
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Sun Jun 20 20:54:58 2021 -0300

    fix height in storybook
---
 packages/taler-wallet-webextension/src/popup/History.stories.tsx     | 2 +-
 packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/popup/History.stories.tsx 
b/packages/taler-wallet-webextension/src/popup/History.stories.tsx
index a73b7ea3..a82863b4 100644
--- a/packages/taler-wallet-webextension/src/popup/History.stories.tsx
+++ b/packages/taler-wallet-webextension/src/popup/History.stories.tsx
@@ -37,7 +37,7 @@ export default {
       <link key="1" rel="stylesheet" type="text/css" href="/style/pure.css" />
       <link key="2" rel="stylesheet" type="text/css" href="/style/popup.css" />
       <link key="3" rel="stylesheet" type="text/css" href="/style/wallet.css" 
/>
-      <div style={{ margin: "1em", width: 400, display: 'flex', padding: 
'0.5em', height: 'calc(20rem - 34px)', border: 'black solid 1px' }}>
+      <div style={{ margin: "1em", width: 400, display: 'flex', padding: 
'0.5em', height: 'calc(320px - 34px)', border: 'black solid 1px' }}>
         <Story />
       </div>
     </div>
diff --git 
a/packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx 
b/packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx
index bf090cad..38a34838 100644
--- a/packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx
+++ b/packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx
@@ -37,7 +37,7 @@ export default {
       <link key="1" rel="stylesheet" type="text/css" href="/style/pure.css" />
       <link key="2" rel="stylesheet" type="text/css" href="/style/popup.css" />
       <link key="3" rel="stylesheet" type="text/css" href="/style/wallet.css" 
/>
-      <div style={{ margin: "1em", width: 400, display: 'flex', padding: 
'0.5em', height: 'calc(20rem - 34px)', border: 'black solid 1px' }}>
+      <div style={{ margin: "1em", width: 400, display: 'flex', padding: 
'0.5em', height: 'calc(320px - 34px)', border: 'black solid 1px' }}>
         <Story />
       </div>
     </div>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]