From b8af22baad1848074d639f32627d27283b5e9c24 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 2 Oct 2020 22:09:18 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02847=20-=20Fix=20object=20details=20bein?= =?UTF-8?q?g=20too=20wide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/backoffice/layout/_content.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/backoffice/layout/_content.scss b/css/backoffice/layout/_content.scss index a1e93a84fa..dd35518d40 100644 --- a/css/backoffice/layout/_content.scss +++ b/css/backoffice/layout/_content.scss @@ -22,6 +22,7 @@ #ibo-main-content{ flex-grow: 1; /* To occupy maximum width, side content will handle its width */ + overflow-x: auto; /* To avoid main content to be too wide when the blocks within it have no width constraints. This way it will occupy only the remaining space left by the side part */ } }