Textoverflow in Navigation bei langen Namen behoben

This commit is contained in:
Matthias Grief
2025-01-06 22:34:14 +01:00
parent f1bdf8acda
commit ae2ad6b65a
3 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ session_start();
<div class="w-12 h-12 rounded-lg bg-gray-100 flex items-center justify-center">
<i class="fas <?php echo($subject->icon); ?> text-2xl text-[<?php echo($subject->color); ?>]"></i>
</div>
<div class="flex-1">
<div class="flex-1 overflow-hidden">
<h3 class="text-xl font-bold text-gray-900 mb-2"><?php echo($subject->displayName); ?></h3>
<p class="text-gray-600 mb-4"><?php echo($subject->description); ?></p>
<div class="grid grid-cols-3 gap-4 mb-4">