gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Make print document link more prominen


From: gnunet
Subject: [libeufin] branch master updated: Make print document link more prominent
Date: Fri, 03 Jul 2020 06:48:31 +0200

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

heng-yeow pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new a840a8e  Make print document link more prominent
     new e783f12  Merge branch 'master' of ssh://git.taler.net/libeufin
a840a8e is described below

commit a840a8e7b28620ba59a58857800cdf2d01557c61
Author: tanhengyeow <E0032242@u.nus.edu>
AuthorDate: Fri Jul 3 12:48:03 2020 +0800

    Make print document link more prominent
---
 frontend/src/components/bank-accounts/BankConnectionDrawer.tsx | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/frontend/src/components/bank-accounts/BankConnectionDrawer.tsx 
b/frontend/src/components/bank-accounts/BankConnectionDrawer.tsx
index 1020c9b..daa2f30 100644
--- a/frontend/src/components/bank-accounts/BankConnectionDrawer.tsx
+++ b/frontend/src/components/bank-accounts/BankConnectionDrawer.tsx
@@ -131,8 +131,10 @@ const BankConnectionDrawer = (props) => {
     >
       <div
         style={{
-          position: 'absolute',
-          right: 20,
+          display: 'flex',
+          justifyContent: 'flex-end',
+          marginBottom: 20,
+          fontSize: 18,
         }}
       >
         <a href={printLink} target="_blank">

-- 
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]