Skip to content

Commit

Permalink
Fix responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 10, 2019
1 parent 6cb96b9 commit 00f6265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/boxes/box_project.php
Expand Up @@ -118,7 +118,7 @@ public function loadBox($max = 5)
$projectstatic->public = $objp->public;

$this->info_box_contents[$i][] = array(
'td' => '',
'td' => 'class="nowraponall"',
'text' => $projectstatic->getNomUrl(1),
'asis' => 1
);
Expand Down

0 comments on commit 00f6265

Please sign in to comment.