1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-22 14:23:05 +02:00
This commit is contained in:
Ryan Cramer
2019-10-25 09:25:48 -04:00
parent 7d4ca45673
commit 4012949146
2 changed files with 2 additions and 2 deletions

View File

@@ -691,7 +691,7 @@ var ProcessWireAdminTheme = {
width += w;
if($lastInputfield && width >= 95) {
// finishing out row, update last visible column to include the width of the hidden column
lastW += widthHidden;
// lastW += widthHidden;
if(debug) consoleLog('Updating last visible Inputfield to width=' + lastW, $lastInputfield);
ukGridClass(lastW, $lastInputfield);
width = 0;

File diff suppressed because one or more lines are too long