Edgewall Software
Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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)

wider then yellow part pls.jpg (98.7 KB ) - added by anonymous 10 years ago.
AllowOverflow.png (101.0 KB ) - added by Ryan J Ollos 10 years ago.

Download all attachments as: .zip

Change History (10)

by anonymous, 10 years ago

comment:1 by anonymous, 10 years ago

Last edited 10 years ago by Ryan J Ollos (previous) (diff)

by Ryan J Ollos, 10 years ago

Attachment: AllowOverflow.png added

comment:2 by Ryan J Ollos, 10 years ago

Resolution: worksforme
Status: newclosed

See attached screen capture: attachment:AllowOverflow.png

  1. Add site customization template as described in TracInterfaceCustomization#SiteAppearance
  2. 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:3 by anonymous, 10 years ago

thanks!! we are going to implement it this way!!

comment:4 by anonymous, 10 years ago

Resolution: worksforme
Status: closedreopened

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 anonymous, 10 years ago

just as with adding pictures so to speak. it completely overlaps the yellow section.

comment:6 by Ryan J Ollos, 10 years ago

Resolution: worksforme
Status: reopenedclosed

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.

comment:7 by anonymous, 10 years ago

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.