From 7a8b260c27f941291b92a071642da493475da5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 25 Sep 2018 10:36:46 +0200 Subject: Fix default flex shrink on list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/mobile.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/css/mobile.scss') diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 44660e44c33..e4a4f53367b 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -39,6 +39,8 @@ flex: 1 1 100%; // make full height scroll since app-content-details is hidden max-height: unset; + // ignore 300px default max width + max-width: 100%; + .app-content-details { display: none; } -- cgit v1.2.3