Modify ↓
Opened 16 years ago
Closed 15 years ago
#8230 closed defect (wontfix)
Text within properties fieldset can cause tables to extend beyond #content boundaries
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | web frontend | Version: | none |
Severity: | minor | Keywords: | css misrender whitespace needinfo |
Cc: | jhammel@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Ran into this while adding some tag cloud behavior to a TOPP project.
If it's important for the properties fieldset to not wrap, you could still prevent <td> elements from expanding beyond appropriate boundaries by adding:
#properties table td {white-space: normal;}
to core ticket.css
Attachments (1)
Change History (4)
comment:1 by , 16 years ago
Cc: | added |
---|
by , 16 years ago
Attachment: | trac-properties-whitespace.png added |
---|
comment:2 by , 15 years ago
Keywords: | needinfo added |
---|
How did you end up with text there after the field? Can you show up how it looks with the proposed CSS fix?
Note:
See TracTickets
for help on using tickets.
screenshot illustrating potential problem