RjOllos wrote on 06.08.2015 at 22:28:
You should be able to make the form span the width of the page with some
CSS tweaks.

Exactly!
We use the following custom CSS to tune the width of ticket display in the browser.

/* Use bigger (full) width of browser window for ticket display.*/
#content.ticket
{
 width: auto;
 max-width: 100%;
}

http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance

Clemens

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to