We’ve tried reducing the width of table columns to both 0% and 0px, and neither of them have a satisfactory behaviour for checkbox fields. Even with single character titles, there seems to be a minimum width beyond which we cannot reduce.
A friend reduced the margin CSS property on the input element which looked like it showed potential. This seems a little fraught.
Is it possible to render those checkbox columns as tight as possible?
Thanks,
greg
Page 1 / 1
margin CSS on the input seems to e the way to go.
.tight-checkboxes table.nx-skootable-data input[type=checkbox] {margin: 0;}
Where you give all the table’s you want to have the tight checkboxes the css class "tight-checkboxes.
Fantastic. You’re the man!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.