chg: [periodic_notification] Small UI improvements

pull/8579/head
Sami Mokaddem 2022-09-12 14:19:28 +02:00 committed by Sami Mokaddem
parent 4e1bf164e9
commit 43db6f02ff
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,7 @@ class AppController extends Controller
public $helpers = array('OrgImg', 'FontAwesome', 'UserName');
private $__queryVersion = '144';
private $__queryVersion = '145';
public $pyMispVersion = '2.4.162';
public $phpmin = '7.2';
public $phprec = '7.4';

View File

@ -996,7 +996,8 @@ a.proposal_link_red:hover {
}
.report-container {
margin: 0 0;
margin: 0 auto;
max-width: 1500px;
justify-content: center;
padding: 10px 15px;
overflow-y: auto;