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 alert content width


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix alert content width
Date: Tue, 10 Jan 2023 13:27:53 +0100

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 8d59e7172 fix alert content width
8d59e7172 is described below

commit 8d59e71724901111e6f53460fa296149bf0ca59b
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Jan 10 09:26:37 2023 -0300

    fix alert content width
---
 packages/taler-wallet-webextension/src/mui/Alert.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/src/mui/Alert.tsx 
b/packages/taler-wallet-webextension/src/mui/Alert.tsx
index b00312a86..b78a9af0e 100644
--- a/packages/taler-wallet-webextension/src/mui/Alert.tsx
+++ b/packages/taler-wallet-webextension/src/mui/Alert.tsx
@@ -118,7 +118,7 @@ function Message({
     <div
       class={css`
         padding: 8px 0px;
-        width: 90%;
+        width: calc(100% - 48px - 36px);
       `}
     >
       {title && (

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