From a12f21ff6192287f0ad1894d234b070e9c8b98af Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Tue, 23 Apr 2024 07:47:13 +0200 Subject: [PATCH] fix: [workflow:ui] Make sure to use full available width --- app/Controller/AppController.php | 2 +- app/webroot/css/workflows-editor.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Controller/AppController.php b/app/Controller/AppController.php index c2366456c..93fa91da8 100755 --- a/app/Controller/AppController.php +++ b/app/Controller/AppController.php @@ -33,7 +33,7 @@ class AppController extends Controller public $helpers = array('OrgImg', 'FontAwesome', 'UserName'); - private $__queryVersion = '161'; + private $__queryVersion = '162'; public $pyMispVersion = '2.4.190'; public $phpmin = '7.2'; public $phprec = '7.4'; diff --git a/app/webroot/css/workflows-editor.css b/app/webroot/css/workflows-editor.css index 6b3ed97bf..c615fdec5 100644 --- a/app/webroot/css/workflows-editor.css +++ b/app/webroot/css/workflows-editor.css @@ -7,6 +7,7 @@ height: calc(100vh - 2*42px); /* total space available minus header and footer */ margin-top: -8px; flex-direction: column; + width: 100%; } .topbar {