mirror of https://github.com/BOINC/boinc.git
Fixed Ticket #565 - "overflow: overflow" should have been "overflow: visible". word-wrap is a css3 property which is correctly dropped by earlier parsers - not a bug.
svn path=/trunk/boinc/; revision=16052
This commit is contained in:
parent
c85dff5011
commit
f5c7925298
|
@ -303,7 +303,7 @@ blockquote.postbody {
|
|||
#thread {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow: overflow;
|
||||
overflow: visible;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue