Ticket 73 (Open)

Created: by Curtis Duhn Mar 09, 2007
Severity: Enhancement Request (1 of 5)
Priority: Low (1 of 4)
Attached: Plus Nothing
Assigned: to no one

comment_title div too big on fir...

comment_title div too big on first ticket comment.

Tags:

This ticket hasn't been tagged yet.

Comments:

Bubble

Curtis Duhn, Mar 09, 2007
Level 2 (Tourist with 50 points)


This only happens when the bottom of the first comment header is higher than the bottom of the ticket attributes block floating to the right. It is caused by the "clear: both" style on the "clear" class.

To fix it, add this to style.css:

.comment .clear {
    clear: left;
}

Have something to say? Login to post a comment.