|
I recently converted from a simple to advanced XML view for a parametrized search.
I would like to get the results (displayed in a SimplerResultsTable as of now) to word wrap.
The lines in the table are exceedingly long and impossible to print clearly without getting word wrap working. I've tried using the SoftWrap option <param name="label">Search</param> <module name="HiddenSearch" layoutpanel="panel_row1_col1" autorun="False"> <param name="search">source="forechange" user="$user$" summary="$summary$"</param>
and updating the CSS with
Neither appears to be working. What am I doing wrong? |
