From b4b22d9353bdc6ad4d3bab7cdb33bd0b844cc36d Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 28 Mar 2020 19:39:14 +0100 Subject: [PATCH] workaround for overflowing component wrapper in landscape mobile frontend, fixes #933 --- src/public/stylesheets/mobile.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/mobile.css b/src/public/stylesheets/mobile.css index b97088011..1be68a0ad 100644 --- a/src/public/stylesheets/mobile.css +++ b/src/public/stylesheets/mobile.css @@ -115,4 +115,5 @@ span.fancytree-expander { /* large left padding is necessary for ckeditor gutter in detail-only (smartphone) layout */ padding-left: 35px; padding-top: 10px; + min-height: 150px !important; } \ No newline at end of file