Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Remove space around LI to remove unwanted border
Browse files Browse the repository at this point in the history
This fixes spacing in FF in project header.
  • Loading branch information
chrisjung-dev authored and fguillot committed Jul 12, 2018
1 parent ef9f37c commit f5b0fd0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Template/project_header/views.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<?php if ($this->user->hasProjectAccess('TaskGanttController', 'show', $project['id'])): ?>
<li <?= $this->app->checkMenuSelection('TaskGanttController') ?>>
<?php if ($this->user->hasProjectAccess('TaskGanttController', 'show', $project['id'])): ?><li <?= $this->app->checkMenuSelection('TaskGanttController') ?>>
<?= $this->url->icon('sliders', t('Gantt'), 'TaskGanttController', 'show', array('project_id' => $project['id'], 'search' => $filters['search'], 'plugin' => 'Gantt'), false, 'view-gantt', t('Keyboard shortcut: "%s"', 'v g')) ?>
</li>
<?php endif ?>
</li><?php endif ?>

0 comments on commit f5b0fd0

Please sign in to comment.