From 6cb00b649f78e9dd1f49a00fb6c31463cdef6c3d Mon Sep 17 00:00:00 2001 From: itskovacs Date: Wed, 5 Nov 2025 17:52:31 +0100 Subject: [PATCH] :lipstick: Trip table: increase day width for visibility --- src/src/app/components/trip/trip.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html index 460e27f..3a08f6c 100644 --- a/src/src/app/components/trip/trip.component.html +++ b/src/src/app/components/trip/trip.component.html @@ -98,7 +98,7 @@ groupRowsBy="td_label" [resizableColumns]="tableExpandableMode"> - @if (!tableExpandableMode && tripTableSelectedColumns.includes('day')) {Day + @if (!tableExpandableMode && tripTableSelectedColumns.includes('day')) {Day } @if (tripTableSelectedColumns.includes('time')) {Time} @if (tripTableSelectedColumns.includes('text')) {Text}