Tweak project edit page, making it use the available space better and react better

This commit is contained in:
2018-08-14 03:25:24 +02:00
parent cc2241f71a
commit e54142021a
3 changed files with 19 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ $projects = array_values(array_filter(
<a href="edit.php?id=<?= $project->getID() ?>">
<h3 class="no-chin"><?= $project->getName()?></h3>
</a>
<p style="text-decoration: none;"><?= implode("<br>", $project->getDescription()); ?></p>
<p style="text-decoration: none;"><?= implode("<br>", array_slice($project->getDescription(), 0, 4)); ?></p>
</div>
</div>
</li>