fix: [workflow:ui] Make sure to use full available width

pull/9715/head
Sami Mokaddem 2024-04-23 07:47:13 +02:00
parent eb9f1011e1
commit a12f21ff61
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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 {