Index: lams_central/web/css/_learner_base.scss
===================================================================
diff -u -rc48991e415801420d76fb7f3e2090c19f7f7f703 -rb745384874257ea8327d82156fec0455e4232ad6
--- lams_central/web/css/_learner_base.scss (.../_learner_base.scss) (revision c48991e415801420d76fb7f3e2090c19f7f7f703)
+++ lams_central/web/css/_learner_base.scss (.../_learner_base.scss) (revision b745384874257ea8327d82156fec0455e4232ad6)
@@ -1247,3 +1247,15 @@
#fullPageContentDiv:fullscreen #mainDiv {
@include mainDivDefn;
}
+
+/* jqGrid text wrapping */
+.ui-jqgrid tr.jqgrow td, .ui-jqgrid tr.ui-subgrid td {
+ white-space:normal !important;
+ height:auto;
+}
+/* jqGrid text wrapping, that has no blanks or other white-space (https://stackoverflow.com/a/6915486) */
+.ui-jqgrid tr.jqgrow td, .ui-jqgrid tr.ui-subgrid td {
+ word-wrap: break-word; /* IE 5.5+ and CSS3 */
+ overflow: hidden;
+ vertical-align: middle;
+}
\ No newline at end of file
Fisheye: Tag b745384874257ea8327d82156fec0455e4232ad6 refers to a dead (removed) revision in file `lams_tool_assessment/web/includes/css/monitoring.scss'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_assessment/web/pages/monitoring/monitoring.jsp
===================================================================
diff -u -r1ba75f43a383fb925aae69975d748d0a8dfdf9a5 -rb745384874257ea8327d82156fec0455e4232ad6
--- lams_tool_assessment/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision 1ba75f43a383fb925aae69975d748d0a8dfdf9a5)
+++ lams_tool_assessment/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision b745384874257ea8327d82156fec0455e4232ad6)
@@ -13,7 +13,6 @@
-