From 5eec22930e6f56747ee20e13c9feefd324388e03 Mon Sep 17 00:00:00 2001 From: JiaJia Ji Date: Wed, 17 Sep 2025 20:35:38 +0200 Subject: [PATCH] Add fixed table layout to outer container --- public/extjs/css/PimcoreApp-all_1.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/extjs/css/PimcoreApp-all_1.css b/public/extjs/css/PimcoreApp-all_1.css index ab0b9cddb7..b07367ad70 100644 --- a/public/extjs/css/PimcoreApp-all_1.css +++ b/public/extjs/css/PimcoreApp-all_1.css @@ -1134,6 +1134,7 @@ td.x-frame-br { .x-autocontainer-outerCt { display: table; + table-layout: fixed; } .x-mobile-safari .x-autocontainer-outerCt {