From 39217f3108c7b0fa0727d2b30721515c755aaaaa Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 6 Dec 2017 22:21:19 +0100 Subject: Fix line-height issue on the footer --- app/Resources/static/themes/material/css/entries.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/Resources/static/themes/material/css/entries.scss') diff --git a/app/Resources/static/themes/material/css/entries.scss b/app/Resources/static/themes/material/css/entries.scss index d38d97e4..cdb125d5 100644 --- a/app/Resources/static/themes/material/css/entries.scss +++ b/app/Resources/static/themes/material/css/entries.scss @@ -65,10 +65,6 @@ } .page-footer .footer-copyright { - min-width: 50px; - height: auto !important; - line-height: 1em !important; - p { text-overflow: ellipsis; white-space: nowrap; -- cgit v1.2.3 From a6beec1bd2b0f988fc2b032b84160b84b499cc9b Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 6 Dec 2017 22:46:24 +0100 Subject: Footer's stats displayed on mobile --- app/Resources/static/themes/material/css/entries.scss | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'app/Resources/static/themes/material/css/entries.scss') diff --git a/app/Resources/static/themes/material/css/entries.scss b/app/Resources/static/themes/material/css/entries.scss index cdb125d5..5c55caa8 100644 --- a/app/Resources/static/themes/material/css/entries.scss +++ b/app/Resources/static/themes/material/css/entries.scss @@ -64,13 +64,8 @@ } } -.page-footer .footer-copyright { - p { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - display: block; - } +.footer-text { + margin: 0.7rem 0.5rem; } .hidden { -- cgit v1.2.3