Changed css styles on Dashboard (Global) page
This commit is contained in:
parent
ca9a470714
commit
ecef5a32ca
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue