BUG-14033 Multiline grid in Dashboards for IE8 and IE9

Dashboard Titles with validation
This commit is contained in:
norahmollo
2014-07-29 15:22:57 -04:00
parent 8bec8ef022
commit a41095dc29
2 changed files with 11 additions and 10 deletions

View File

@@ -1591,8 +1591,9 @@ td.x-cnotes-label {
padding-right: 3px;
}
.title-dashboard-text {
margin:5px !important;
white-space:pre-wrap !important;
display:inline-block;
}
.x-grid3-cell-inner, .x-grid3-hd-inner {
overflow:hidden;
padding:3px 3px 3px 5px;
white-space:normal;
}

View File

@@ -1673,9 +1673,9 @@ td.x-cnotes-label {
#ext-comp-1010.xtb-text {
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;
}