On Thu, Sep 23, 2010 at 05:24:31PM -0700, Kenneth Crocker wrote: > To list, > > I want to modify my search results to always align information at the top of > any row with wrapped info on it. If I have a Custom Field with a lot of text > (2000 chars) in it and include it in a Query, the Ticket ID and other info > could be several lines down in a row when that CF wraps. > Does anyone know how to modify that behavior? >
modify the css (share/html/NoAuth/css/web2/ticket-lists.css) by creating a file local/html/Callbacks/MyCallbacks/NoAuth/css/web2/main.css/End with the following content: td.collection-as-table { vertical-align: top; } then cleanup mason cache and restart apache ;) RT Training in Washington DC, USA on Oct 25 & 26 2010 Last one this year -- Learn how to get the most out of RT!