From 6c0e45409d3cc953fad4eedf54d42aa03fd358b7 Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 8 Nov 2024 08:54:14 +0100 Subject: [PATCH] Add correct margin to key-result detail view and remove a non global h4 styling --- .../check-in-history-dialog.component.scss | 4 ---- .../keyresult-detail.component.html | 16 +++++++++------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/frontend/src/app/components/check-in-history-dialog/check-in-history-dialog.component.scss b/frontend/src/app/components/check-in-history-dialog/check-in-history-dialog.component.scss index c2c8998c4f..e69de29bb2 100644 --- a/frontend/src/app/components/check-in-history-dialog/check-in-history-dialog.component.scss +++ b/frontend/src/app/components/check-in-history-dialog/check-in-history-dialog.component.scss @@ -1,4 +0,0 @@ -//TODO: Just Temporarily so the application look decent -h4 { - font-size: 1rem; -} diff --git a/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html b/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html index 67d9551242..a42e372e30 100644 --- a/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html +++ b/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html @@ -8,7 +8,7 @@

{{ keyResult.title }}

-
+

{{ "KEY_RESULT_TYPE." + keyResult.keyResultType | translate }}

@@ -19,7 +19,7 @@

{{ owner.firstname }} {{ owner.lastname }}<

{{ quarter.label }}

-
+

Confidence

@@ -31,7 +31,7 @@

Confidence

-
+

@@ -83,8 +83,10 @@

Stretch

-
-

Letztes Check-in ({{ checkIn.createdOn | date: DATE_FORMAT }})

+
+

+ Letztes Check-in ({{ checkIn.createdOn | date: DATE_FORMAT }}) +

{{ checkIn.changeInfo }}

-
-
+
+

Beschrieb

{{ keyResult.description || "-" }}