8: IE6 - My dashboard - times are wrapped instead of single line
- Verified
- Review Board
cae***@gmai***** (Google Code) (Is this you? Claim this profile.) | |
cae***@gmai***** (Google Code) (Is this you? Claim this profile.) | |
April 4, 2007 |
What's the URL of the page containing the problem? /reviews/ What steps will reproduce the problem? 1. Go there in IE6 What is the expected output? What do you see instead? The times in FF show as "1 day, 14 hours ago" without wrapping. The times in IE show as: "1 day, 14 hours ago"
This is for the same reason as the first part of #3's solution. review_list.html uses 1* col widths.
Except that it also wants to wrap the whitespace.
Not review_list.html. dashboard.html. You get weird padding though; looking into a css fix for that.
Fix this by changing the tags for td age* and th in site.css to include white-space:nowrap Also change in the html, the "want min width" col widths to 0% and the summary width to 100%. Er..I'll commit this later if no one else has done so..
-
+ Verified