#11384 closed defect (worksforme)
{{{ wider then yellow part
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
we would like to be the
wider then the yellow part (background)
how is that possible?
Attachments (2)
Change History (10)
by , 11 years ago
Attachment: | wider then yellow part pls.jpg added |
---|
by , 11 years ago
Attachment: | AllowOverflow.png added |
---|
comment:2 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
See attached screen capture: attachment:AllowOverflow.png
- Add site customization template as described in TracInterfaceCustomization#SiteAppearance
- Add the following to
site.css
:div.code pre { overflow: visible; } div.code { overflow: visible; margin-right: 24px; }
If you have additional questions, please ask on the MailingList.
comment:4 by , 11 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
hello, we thought it worked. but it doesn't.
the text overlaps the white section but we would like the white section as wide as the text itself.
comment:5 by , 11 years ago
just as with adding pictures so to speak. it completely overlaps the yellow section.
comment:6 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
Repeating comment:2,
If you have additional questions, please ask on the MailingList.
We won't be making any changes in the Trac core, so this is just a customization issue. If you want some different behavior, you will need to figure out the custom CSS to use, or perhaps someone on the MailingList will be able to help you.