Fixed FELIX-3482 Text wrapping goes out of bounds in Configuration Status
https://issues.apache.org/jira/browse/FELIX-3482

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1329692 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/configurationrender.css b/webconsole/src/main/resources/res/ui/configurationrender.css
index 4417fe4..a5748e8 100644
--- a/webconsole/src/main/resources/res/ui/configurationrender.css
+++ b/webconsole/src/main/resources/res/ui/configurationrender.css
@@ -47,4 +47,5 @@
 .ui-tabs-paging-disabled { visibility: hidden }
 
 #waitDlg { text-align: center; padding: 2em; font-weight: bold }
-#waitDlg img { margin-right: 1em }
\ No newline at end of file
+#waitDlg img { margin-right: 1em }
+.ui-tabs-panel div {word-wrap:break-word}