💄 Specify max width for place column

This commit is contained in:
itskovacs 2025-08-13 21:59:19 +02:00
parent 41ae1b1e1d
commit f0c5996e82

View File

@ -94,7 +94,7 @@
</td> </td>
<td class="relative"> <td class="relative">
@if (tripitem.place) { @if (tripitem.place) {
<div class="ml-7 print:ml-0 print:whitespace-normal"> <div class="ml-7 print:ml-0 max-w-24 print:whitespace-normal">
<img [src]="tripitem.place.image || tripitem.place.category.image" <img [src]="tripitem.place.image || tripitem.place.category.image"
class="absolute left-0 top-1/2 -translate-y-1/2 w-9 rounded-full object-cover print:hidden" /> {{ class="absolute left-0 top-1/2 -translate-y-1/2 w-9 rounded-full object-cover print:hidden" /> {{
tripitem.place.name }} tripitem.place.name }}