Line #31:
body.no-sidebars #main-wrapper, body.page-admin #main-wrapper {
width:100%;
}

Should be:

Line #31:
body.no-sidebars #main-wrapper, body.page-admin #main-wrapper {
width:auto;
}

Above needed if you have wide table, such as Page of Views with many columns/fields.

Comments

drupalnesia’s picture

For fixed width, e.g 980px then:

body.no-sidebars #main-wrapper, body.page-admin #main-wrapper {
min-width:980px;
}

Jeff Burnz’s picture

Issue summary: View changes
Status: Active » Closed (outdated)