diff --git a/public_html/deployment/classes/project_gui.class.php b/public_html/deployment/classes/project_gui.class.php index b63ad26109a377408652cb2813201fa2feaf6378..d8d8ba6df319f978f8185f81054c4ec73cb20f9c 100644 --- a/public_html/deployment/classes/project_gui.class.php +++ b/public_html/deployment/classes/project_gui.class.php @@ -633,7 +633,7 @@ class projectgui extends project { $renderAdminLTE=new renderadminlte(); - $iWidth=12 / count($this->getActivePhases()); + $iWidth=min(12 / count($this->getActivePhases()), 4); foreach ($this->getActivePhases() as $sPhase) { $sRow1.=$renderAdminLTE->addCol( '<table class="nomargin"><tr><th class="' . $sPhase . ' tdphase">' . $sPhase . '</th></tr></table>'