BUG-14033 Multiline grid in Dashboards for IE8 and IE9
Dashboard Titles with validation
This commit is contained in:
@@ -1591,8 +1591,9 @@ td.x-cnotes-label {
|
|||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-dashboard-text {
|
.x-grid3-cell-inner, .x-grid3-hd-inner {
|
||||||
margin:5px !important;
|
overflow:hidden;
|
||||||
white-space:pre-wrap !important;
|
padding:3px 3px 3px 5px;
|
||||||
display:inline-block;
|
white-space:normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1673,9 +1673,9 @@ td.x-cnotes-label {
|
|||||||
#ext-comp-1010.xtb-text {
|
#ext-comp-1010.xtb-text {
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
}
|
}
|
||||||
|
.x-grid3-cell-inner, .x-grid3-hd-inner {
|
||||||
|
overflow:hidden;
|
||||||
|
padding:3px 3px 3px 5px;
|
||||||
|
white-space:normal;
|
||||||
|
}
|
||||||
|
|
||||||
.title-dashboard-text {
|
|
||||||
margin:5px !important;
|
|
||||||
white-space:pre-wrap !important;
|
|
||||||
display:inline-block;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user