Edgewall Software

Ticket #7158 (closed enhancement: duplicate)

Opened 9 months ago

Last modified 3 months ago

css limit page width

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: web frontend Version: 0.11b1
Severity: minor Keywords: width style css limit page
Cc:

Description

#content.ticket {ticket.css (line 3) max-width:100%; width:700px; }

This width limits the page width (of course). But I have a 24' monitor and the trac is showed thiny. I removed the css width property and everything is ok.

Attachments

Change History

  Changed 9 months ago by cboos

#content.ticket {
max-width: 95%;
width: 80em;
}

What about this? Not changing the fact that there's a limit for ticket width, but not set in pixels, so that it better adapts to different default font size. How does that work out on a big screen?

in reply to: ↑ description   Changed 9 months ago by eblot

Replying to anonymous:

This width limits the page width (of course). But I have a 24' monitor and the trac is showed thiny. I removed the css width property and everything is ok.

See ticket:3126:7

  Changed 3 months ago by rblank

  • status changed from new to closed
  • resolution set to duplicate

Yes, this is a duplicate of #3126. Of course, you can customize your installation as described in TracInterfaceCustomization#SiteAppearance.

Add/Change #7158 (css limit page width)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from (none). Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.