diff --git a/source/Ox.UI/js/List/TableList.js b/source/Ox.UI/js/List/TableList.js index ce58960f..38f0895d 100644 --- a/source/Ox.UI/js/List/TableList.js +++ b/source/Ox.UI/js/List/TableList.js @@ -1020,8 +1020,9 @@ Ox.TableList = function(options, self) { style: 'square', textAlign: column.align || 'left', value: column.unformat ? column.unformat(html) : html, - width: width + width: width - 2 }) + .css({padding: '0 1px'}) .on({ mousedown: function(e) { // keep mousedown from reaching list