Opened 17 years ago
Closed 16 years ago
#7158 closed enhancement (duplicate)
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: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
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 (0)
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
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
comment:3 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Yes, this is a duplicate of #3126. Of course, you can customize your installation as described in TracInterfaceCustomization#SiteAppearance.
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?