When managing the CCK Display Fields in Content Types, e.g. admin/content/node-type/story/display, the fields edit box (Field Label, Teaser, Exclude, Full node Exclude) and its check boxes/drop downs stretch across the entire web page and cross into the navigation/block column(s) to the right of the content.

Comments

cirrus3d’s picture

Just bumping this thread.
Tha basic problem is that when you have cck images in your content type and e.g. the lightbox2 module enabled, the teaser and content html select fields in the display page become very large. This is more annoying on fixed width themes like acquia prosper, where a large part of the display fields table is getting hidden.

My solution is to make the outer div of this table scrollable (overflow:scroll)

Could anyone propose another solution?