diff --git a/modules/worker/front/log/index.html b/modules/worker/front/log/index.html
index d5971bfa2..39bd7b71e 100644
--- a/modules/worker/front/log/index.html
+++ b/modules/worker/front/log/index.html
@@ -69,8 +69,14 @@
- {{::old.key}}:
- {{::old.value | dashIfEmpty}}
+ {{::old.key}}
+ :
+
+ {{::old.value | dashIfEmpty}}
+
@@ -80,8 +86,14 @@
ng-if="!log.description"
id="newInstance">
- {{::new.key}}:
- {{::new.value | dashIfEmpty}}
+ {{::new.key}}
+ :
+
+ {{::new.value | dashIfEmpty}}
+