From db1379be346e90845d708a13241d0ac769b40a22 Mon Sep 17 00:00:00 2001 From: Youe Graillot Date: Sun, 28 Nov 2021 18:45:45 +0100 Subject: [PATCH] Legal link fixes (#950) * fix default legal link value in docker * fix footer-right overflow --- Dockerfile | 2 +- ihatemoney/static/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f14ff055..9e298167 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ ENV DEBUG="False" \ SQLALCHEMY_DATABASE_URI="sqlite:////database/ihatemoney.db" \ SQLALCHEMY_TRACK_MODIFICATIONS="False" \ ENABLE_CAPTCHA="False" \ - LEGAL_LINK="False" + LEGAL_LINK="" ADD . /src diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 57b18f58..9c8e2050 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -231,7 +231,7 @@ footer p.footer-links a { footer .footer-right { float: right; margin-top: 6px; - max-width: 180px; + max-width: 225px; } footer .footer-right a {