From 6a986e0d8ad63928dc99e6a5c81571f595b48829 Mon Sep 17 00:00:00 2001 From: Airthee <13355624+Airthee@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:04:58 +0100 Subject: [PATCH] Style/fix alignment --- .../activities-table.component.html | 146 +++++++++--------- 1 file changed, 76 insertions(+), 70 deletions(-) diff --git a/libs/ui/src/lib/activities-table/activities-table.component.html b/libs/ui/src/lib/activities-table/activities-table.component.html index c557377a6..838faa161 100644 --- a/libs/ui/src/lib/activities-table/activities-table.component.html +++ b/libs/ui/src/lib/activities-table/activities-table.component.html @@ -1,95 +1,101 @@ -@if (hasPermissionToFilterByType) { +
- - Type - - @for ( - activityType of activityTypes | keyvalue; - track activityType.key - ) { - - {{ activityType.value }} - - } - - + @if (hasPermissionToFilterByType) { + + Type + + @for ( + activityType of activityTypes | keyvalue; + track activityType.key + ) { + + {{ activityType.value }} + + } + + + }
-} -@if (hasPermissionToCreateActivity) { -
- - @if (hasPermissionToExportActivities) { + @if (hasPermissionToCreateActivity) { +
- } - - @if (hasPermissionToExportActivities) { + } + + - } - @if (hasPermissionToExportActivities) { + @if (hasPermissionToExportActivities) { + + } + @if (hasPermissionToExportActivities) { + + } +
- } -
- -
-
-} + +
+ } +