mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
fix event box not aligned
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
</script>
|
||||
|
||||
<div
|
||||
class="flex items-center text-ellipsis text-gray-900 dark:text-gray-200 transition-colors duration-200"
|
||||
class="!flex items-center text-ellipsis text-gray-900 dark:text-gray-200 transition-colors duration-200"
|
||||
>
|
||||
<div class="w-4 h-4 {event.color} mr-2 rounded-sm"></div>
|
||||
<div class="w-4 h-4 flex-shrink-0 {event.color} mr-2 rounded-sm"></div>
|
||||
{event.name}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user