workaround for overflowing component wrapper in landscape mobile frontend, fixes #933

This commit is contained in:
zadam 2020-03-28 19:39:14 +01:00
parent d3eb640aa2
commit b4b22d9353

View File

@ -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;
}