Textoverflow in Navigation bei langen Namen behoben
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user