diff --git a/libreplan-webapp/src/main/java/org/libreplan/web/dashboard/DashboardControllerGlobal.java b/libreplan-webapp/src/main/java/org/libreplan/web/dashboard/DashboardControllerGlobal.java
index 1eb93fb2a..d4a0805d2 100644
--- a/libreplan-webapp/src/main/java/org/libreplan/web/dashboard/DashboardControllerGlobal.java
+++ b/libreplan-webapp/src/main/java/org/libreplan/web/dashboard/DashboardControllerGlobal.java
@@ -180,6 +180,7 @@ public class DashboardControllerGlobal extends GenericForwardComposer {
( (Label) pipelineGrid.getCell(i, orderStatus.getIndex()) ).setTooltiptext(tooltipText);
( (Label) pipelineGrid.getCell(i, orderStatus.getIndex()) ).setClass("label-highlight");
+ ( (Label) pipelineGrid.getCell(i, orderStatus.getIndex()) ).setStyle("word-wrap: break-word");
} catch (ParseException e) {
e.printStackTrace();
}
diff --git a/libreplan-webapp/src/main/webapp/common/configuration.zul b/libreplan-webapp/src/main/webapp/common/configuration.zul
index e69075c20..92262d7a8 100644
--- a/libreplan-webapp/src/main/webapp/common/configuration.zul
+++ b/libreplan-webapp/src/main/webapp/common/configuration.zul
@@ -356,7 +356,8 @@
+ width="300px"
+ maxlength="5"/>
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"/>
-
+