mirror of
https://github.com/processwire/processwire.git
synced 2025-08-22 14:23:05 +02:00
Fix issue processwire/processwire-issues#1009
This commit is contained in:
@@ -691,7 +691,7 @@ var ProcessWireAdminTheme = {
|
|||||||
width += w;
|
width += w;
|
||||||
if($lastInputfield && width >= 95) {
|
if($lastInputfield && width >= 95) {
|
||||||
// finishing out row, update last visible column to include the width of the hidden column
|
// 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);
|
if(debug) consoleLog('Updating last visible Inputfield to width=' + lastW, $lastInputfield);
|
||||||
ukGridClass(lastW, $lastInputfield);
|
ukGridClass(lastW, $lastInputfield);
|
||||||
width = 0;
|
width = 0;
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user