Changed css styles on Dashboard (Global) page

This commit is contained in:
Paul Luchyn 2016-11-24 12:58:19 +02:00
parent ca9a470714
commit ecef5a32ca

View file

@ -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();
}