SimpleDesk

SimpleDesk! => SimpleDesk Tracker => Topic started by: tfs on September 07, 2011, 01:06:21 PM

Title: [Wont Fix] 2.0 Ticket details width
Post by: tfs on September 07, 2011, 01:06:21 PM
There should be a way in the UI to set the width of the Ticket Details and Additional Details blocks.  Right now they're way too narrow, and look bad with as many word wraps as they have.  The ticket I'm looking at currently, out of 7 items listed in Ticket Details, 4 of them are wrapped.  It's very hard to read.
Title: Re: 2.0 Ticket details width
Post by: SleePy on November 29, 2015, 07:24:46 PM
This can be set with CSS changes, don't think this should be a UI option.  I have added the ability to do a custom css now.  Just add helpdesk_custom.css to your theme css directory and make your changes there. Install/Uninstalling SimpleDesk will not remove this file.


shd_ticket_side_column {
    float: left;
    width: 255px;
    margin-right: 20px;
}