Better gantt

This commit is contained in:
Laurent Destailleur 2020-12-15 02:32:56 +01:00
parent de37c0bff0
commit d3ba87b09a
3 changed files with 8 additions and 1 deletions

View File

@ -61,6 +61,8 @@ class box_funnel_of_prospection extends ModeleBoxes
$this->db = $db; $this->db = $db;
$this->enabled = ($conf->global->MAIN_FEATURES_LEVEL >= 1); // Not enabled by default, still need some work
$this->hidden = !($user->rights->projet->lire); $this->hidden = !($user->rights->projet->lire);
} }

View File

@ -5105,6 +5105,9 @@ td.gminorheading {
max-width: 40px !important; max-width: 40px !important;
width: 40px !important; width: 40px !important;
} }
td.gtaskheading.gstartdate, td.gtaskheading.genddate {
white-space: break-spaces;
}
/* ============================================================================== */ /* ============================================================================== */

View File

@ -4997,7 +4997,9 @@ td.gminorheading {
max-width: 40px !important; max-width: 40px !important;
width: 40px !important; width: 40px !important;
} }
td.gtaskheading.gstartdate, td.gtaskheading.genddate {
white-space: break-spaces;
}
/* ============================================================================== */ /* ============================================================================== */