Modify ↓
Opened 7 years ago
Closed 7 years ago
#12875 closed defect (fixed)
Wikiformatting hint for ticket description not visible with wiki toolbars disabled
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.2.3 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Fixed wiki formatting hint not visible for ticket description when wiki toolbars disabled. |
||
API Changes: | |||
Internal Changes: |
Description (last modified by )
The following patch seems to fix the issue, and so far I see only improvements in layout from the change:
-
trac/htdocs/css/ticket.css
diff --git a/trac/htdocs/css/ticket.css b/trac/htdocs/css/ticket.css index a08ed108b..735e74d22 100644
a b label[for=comment] { float: right } 284 284 box-sizing: border-box; 285 285 width: 100%; 286 286 } 287 #properties { white-space: nowrap;line-height: 160%; padding: 1em }287 #properties { line-height: 160%; padding: 1em } 288 288 #properties table.trac-properties > tbody > tr > th, 289 289 #properties table.trac-properties > colgroup > col.th { 290 290 padding: .4em; 291 291 text-align: right; 292 292 vertical-align: middle; 293 white-space: normal;294 293 width: 17%; 295 294 } 296 295 #properties table.trac-properties > tbody > tr > th.col2 { border-left: 1px dotted #d7d7d7 }
Attachments (5)
Change History (8)
by , 7 years ago
Attachment: | Screen Shot 2017-07-29 at 18.11.53.png added |
---|
by , 7 years ago
Attachment: | Screen Shot 2017-07-29 at 18.12.12.png added |
---|
by , 7 years ago
Attachment: | Screen Shot 2017-07-29 at 18.12.37.png added |
---|
by , 7 years ago
Attachment: | Screen Shot 2017-07-29 at 18.24.34.png added |
---|
by , 7 years ago
Attachment: | Screen Shot 2017-07-29 at 18.24.56.png added |
---|
comment:2 by , 7 years ago
Description: | modified (diff) |
---|
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Additionally, the following prevents the Your email or username label from colliding with the associated hint on very narrow screens:
trac/htdocs/css/ticket.css
Before:
After: