mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 17:54:44 +02:00
Fix issue processwire/processwire-issues#124
This commit is contained in:
@@ -723,9 +723,9 @@ function InputfieldColumnWidths($target) {
|
||||
consoleLog('Adjusting ' + $item.attr('id') + ' from ' + h + ' to ' + maxColHeight);
|
||||
var $spacer = $("<div class='maxColHeightSpacer'></div>");
|
||||
$container.append($spacer);
|
||||
$container.hide();
|
||||
// $container.hide(); // removed per #124
|
||||
$spacer.height(pad);
|
||||
$container.show();
|
||||
// $container.show(); // removed per #124
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user