add text wrap style option for GridEdit column headings
1
vote
Jill Powell
shared this idea
This feature is available in your account. Please refer to the comment for instructions.
-
Bahareh commented
Label style on Grid header cells are inherited from the label style on the results page. So if you define the white-space:normal property for results page labels, grid labels also inherit the property.
To do so, edit your style and locate .cbResultSetLabelLink and .cbResultSetLabelLink_hover classes in the Source tab, then insert the following code:
white-space: normal !important;