I'm working in Alfresco 4.0. I'm in the middle of rebranding the site; and am having issues with the document library. When it loads it's ignoring the set width set by the doc1/2/3/4 by the YUI Grid, and is scrolling off the page. There seem to be inherit widths in some of the columns, but not all. There seems to be no set rules on the table.
I can't find where this table is actually created and written out. I can't figure out why it's not picking up the YUI Grid. Basically I just can't figure it out
This is happening on the Share Repository and the Site Document Library for 4.0. Any ideas?
I finally found it. It was in the Alfresco/tomcat/webapps/share/components/data-lists/documentlist.js file. (really the min one; but I swapped the two out for development) at line 2304.
The description column wasn't assigning a width; so it was causing the problems. Once I assigned a width to it it all snapped together.