Barisko
Member
Posted 6 months ago #
EDIT: can't edit title, title should be:
non-Javascript tables have horizontal scrollbar
Hi,
When enabling "Use Javascript-enabled tables in Admin Database page" the table is places within a <div> with the following element style:
max-height: 500px;
max-width: 500px;
This causes the table to be very narrow have horizontal scrollbars.
Removing the max. width would resolve this.
kind regards,
Barisko
http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/
Yes. However I put in the max because someone else didn't like them getting too big...hard to please everyone. Maybe I should put in a min to keep them from being too narrow.
Barisko
Member
Posted 6 months ago #
Well the thing is, the max width is set on the DIV not on the TABLE, so it doesn't prevent the table getting too big, it just doesn't fit in the div anymore and therefore the div displays scrollbars.
But it's not a big thing, just noticed it :-)