Changed the way width is defined in getWidth to prevent the 'delete'

button from being pushed off the edge of the window.
pull/1705/merge
Brad Busenius 2016-04-14 14:29:34 -05:00 zatwierdzone przez Matt Westcott
rodzic 126a073ecb
commit 21bc99c11d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ function initTable(id, tableOptions) {
var structureEvent;
var dataForForm = null;
var getWidth = function() {
return $('footer').innerWidth();
return $('.widget-table_input').closest('.sequence-member-inner').width();
};
try {