From c6eb015d180571d5311f7fa9d923980023a1b3d0 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 16 Oct 2020 19:13:39 +0200 Subject: [PATCH] static: fix shell card missing on small screens --- passbook/static/static/passbook/passbook.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/passbook/static/static/passbook/passbook.css b/passbook/static/static/passbook/passbook.css index d0d5e1997..effe57759 100644 --- a/passbook/static/static/passbook/passbook.css +++ b/passbook/static/static/passbook/passbook.css @@ -40,6 +40,11 @@ z-index: 0; } +/* Ensure card is displayed on small screens */ +.pf-c-login__main { + display: block; +} + /* login page's icons */ .pf-c-login__main-footer-links-item-link img { fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);