diff --git a/libreplan-webapp/src/main/webapp/logs/_editIssueLog.zul b/libreplan-webapp/src/main/webapp/logs/_editIssueLog.zul
index 2f42aa008..1393f13f4 100644
--- a/libreplan-webapp/src/main/webapp/logs/_editIssueLog.zul
+++ b/libreplan-webapp/src/main/webapp/logs/_editIssueLog.zul
@@ -93,7 +93,7 @@
+ value="@{issueLogController.issueLog.description}" maxlength="512"/>
@@ -124,7 +124,7 @@
+ value="@{issueLogController.issueLog.assignedTo}" maxlength="50"/>
@@ -152,7 +152,8 @@
-
+
diff --git a/libreplan-webapp/src/main/webapp/logs/_editRiskLog.zul b/libreplan-webapp/src/main/webapp/logs/_editRiskLog.zul
index f745568e8..f25278260 100644
--- a/libreplan-webapp/src/main/webapp/logs/_editRiskLog.zul
+++ b/libreplan-webapp/src/main/webapp/logs/_editRiskLog.zul
@@ -42,7 +42,8 @@
-
+
@@ -109,12 +110,12 @@
+ value="@{riskLogController.riskLog.description}" maxlength="512"/>
+ value="@{riskLogController.riskLog.counterMeasures}" maxlength="50"/>
@@ -126,7 +127,7 @@
+ value="@{riskLogController.riskLog.contingency}" maxlength="50"/>
@@ -147,14 +148,15 @@
+ value="@{riskLogController.riskLog.responsible}" maxlength="25"/>
-
+