Making WordPress.org

Changeset 7681


Ignore:
Timestamp:
09/20/2018 07:09:49 AM (6 years ago)
Author:
dd32
Message:

Trac: Make the Ticket property columns a bit wider on mobile.

Fixes #3771.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r7679 r7681  
    20912091        padding: 0.5em 0 .5em .2em; /* reduce side padding */
    20922092    }
     2093    #ticket table.properties > tbody > tr > th {
     2094        width: 30%; /* More room so columns don't overlap */
     2095    }
    20932096    #field-description-help, #content.ticket label[for="comment"] {
    20942097        float: none; /* don't let it collide with the editor buttons */
     
    22492252        margin-left: 0;
    22502253    }
    2251 }
     2254    #ticket table.properties > tbody > tr > th {
     2255        width: 40%; /* More room so columns don't overlap */
     2256    }
     2257}
Note: See TracChangeset for help on using the changeset viewer.