4,396
edits
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Reverted |
||
Line 186: | Line 186: | ||
// Set new width using .each() to iterate over the jQuery objects | // Set new width using .each() to iterate over the jQuery objects | ||
$.each(listLists, function(index, list) { | $.each(listLists, function(index, list) { | ||
list.css('cssText', 'width: | list.css('cssText', 'width: 60.5% !important;'); | ||
}); | }); | ||
// Adjust width of filtered-list-items in #list | // Adjust width of filtered-list-items in #list |