mirror of
https://github.com/processwire/processwire.git
synced 2025-08-21 22:06:12 +02:00
Fix issue processwire/processwire-issues#1009
This commit is contained in:
@@ -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
Reference in New Issue
Block a user