Open GoogleCodeExporter opened 8 years ago
Mystery solved. I gave my column filters table a class of 'filters' then in my
CSS:
.filters *,
.filters *:before,
.filters *:after {
-webkit-box-sizing:content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
Original comment by cameron....@gmail.com
on 19 Nov 2014 at 11:46
Original issue reported on code.google.com by
cameron....@gmail.com
on 19 Nov 2014 at 11:10Attachments: