--
Ticket URL: <http://estest.ucdavis.edu/trac/ticket/30>
ESTEST <http://estest.ucdavis.edu>
Validation and verification for electronic structure tools
Comment(by yuangm):
Note this overflow only occurs on Chrome browsers.
--
Ticket URL: <http://estest.ucdavis.edu/trac/ticket/30#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
Fixed in r1147 by wrapping element in div with css
{
width: 650px;
overflow: visible;
text-overflow: ellipsis;
word-wrap: break-word;
word-break: break-all;
}
--
Ticket URL: <http://estest.ucdavis.edu/trac/ticket/30#comment:2>