From f0c5996e822b1c54b3789f380a0fca1c11c14bed Mon Sep 17 00:00:00 2001 From: itskovacs Date: Wed, 13 Aug 2025 21:59:19 +0200 Subject: [PATCH] :lipstick: Specify max width for place column --- src/src/app/components/shared-trip/shared-trip.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/app/components/shared-trip/shared-trip.component.html b/src/src/app/components/shared-trip/shared-trip.component.html index a83cd45..869bfd2 100644 --- a/src/src/app/components/shared-trip/shared-trip.component.html +++ b/src/src/app/components/shared-trip/shared-trip.component.html @@ -94,7 +94,7 @@ @if (tripitem.place) { -
+
{{ tripitem.place.name }}