gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ops-www] branch master updated: fix x scrol


From: gnunet
Subject: [taler-taler-ops-www] branch master updated: fix x scrol
Date: Sun, 31 Mar 2024 14:35:04 +0200

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

nora-grothoff pushed a commit to branch master
in repository taler-ops-www.

The following commit(s) were added to refs/heads/master by this push:
     new 5dd2cb8  fix x scrol
5dd2cb8 is described below

commit 5dd2cb8c3a44dcea02c1c76b76a97a8fd457630a
Author: Nullptrderef <nullptrderef@proton.me>
AuthorDate: Sun Mar 31 14:34:56 2024 +0200

    fix x scrol
---
 static/scss/util.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/static/scss/util.scss b/static/scss/util.scss
index 12748e3..0c1f5cb 100644
--- a/static/scss/util.scss
+++ b/static/scss/util.scss
@@ -2,7 +2,8 @@
 #approot {
   @apply flex flex-col items-center;
   main#maincontent:not(.no-auto-width) {
-    @apply max-w-screen-xl px-8 md:px-16;
+    // @apply max-w-screen-xl px-8 md:px-16;
+    @apply max-w-screen-xl px-8 sm:overflow-x-hidden;
   }
   main#maincontent:not(.no-auto-margin) {
     @apply my-12;

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