[Bps-public-commit] rt-extension-assets branch, 1.1/restore-ticket-wrapping, created. 1.0-6-gd1f853b

Kevin Falcone falcone at bestpractical.com
Fri Apr 4 15:53:50 EDT 2014


The branch, 1.1/restore-ticket-wrapping has been created
        at  d1f853b92f2d6e19a4e113ff314993b3ed297f1d (commit)

- Log -----------------------------------------------------------------
commit d1f853b92f2d6e19a4e113ff314993b3ed297f1d
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Apr 4 15:26:04 2014 -0400

    Stop forcing nowrap onto ticket searches
    
    When 7a0a4573 said that we might want this for core RT it forgot that RT
    doesn't cap the width of search boxes.  This makes tickets with long
    subjects push the More about requestors box ticket list to absurd
    widths.  It breaks portlets on the homepage.  It pushes Dashboard ticket
    lists to no longer fit on the dashboard page, especially if you have
    anything in the sidebar.
    
    Anything past about 50/60 characters will show the behavior, for
    excessive hilarity push it to 100 characters.
    
    This may be binding this change too tightly to the search results.
    There may be other Asset UI where we wanted to disable wrapping, but the
    original commit didn't give enough clues.

diff --git a/static/css/RTx-Assets.css b/static/css/RTx-Assets.css
index 2af16d7..7d3a063 100644
--- a/static/css/RTx-Assets.css
+++ b/static/css/RTx-Assets.css
@@ -15,7 +15,7 @@
     text-align: right;
 }
 
-.collection-as-table td {
+body#comp-Asset-Search .collection-as-table td {
     white-space: nowrap;
 }
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list