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; 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;
} }

View File

@@ -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 {
.title-dashboard-text { overflow:hidden;
margin:5px !important; padding:3px 3px 3px 5px;
white-space:pre-wrap !important; white-space:normal;
display:inline-block;
} }