Index: lams_tool_scratchie/web/pages/learning/results.jsp =================================================================== diff -u -r36b49d3e651b0634503e482bd2a2bdd4e8a1e2d0 -r89aed4013a702864cbd41d281ebd27a3229ebe91 --- lams_tool_scratchie/web/pages/learning/results.jsp (.../results.jsp) (revision 36b49d3e651b0634503e482bd2a2bdd4e8a1e2d0) +++ lams_tool_scratchie/web/pages/learning/results.jsp (.../results.jsp) (revision 89aed4013a702864cbd41d281ebd27a3229ebe91) @@ -35,7 +35,9 @@ vertical-align:text-top; padding-top:2px; } - .ui-jqgrid tr.jqgrow td {vertical-align:middle !important} + .ui-jqgrid tr.jqgrow td { + vertical-align:middle !important + } Index: lams_tool_scratchie/web/pages/monitoring/summary.jsp =================================================================== diff -u -ra474e56b95d31ca6b549367c5adc8a99acf5ac5d -r89aed4013a702864cbd41d281ebd27a3229ebe91 --- lams_tool_scratchie/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision a474e56b95d31ca6b549367c5adc8a99acf5ac5d) +++ lams_tool_scratchie/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 89aed4013a702864cbd41d281ebd27a3229ebe91) @@ -10,14 +10,21 @@ border-right-style: none !important; border-bottom-style: none !important; } - .ui-jqgrid tr { border-left-style: none !important; } - .ui-jqgrid td { border-style: none !important; } + .ui-jqgrid tr.jqgrow td { + white-space: normal !important; + height:auto; + vertical-align:text-top; + padding-top:2px; + } + .ui-jqgrid tr.jqgrow td { + vertical-align:middle !important + }