Skip to content

Commit 70deaa0

Browse files
committed
fix(formanswer): update gridstack css
1 parent 0710777 commit 70deaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/formanswer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ public function showForm($ID, $options = []) {
598598
$width = $question->fields['col'] - $x;
599599
if ($x < $question->fields['col']) {
600600
// there is an horizontal gap between previous question and current one
601-
echo '<div class="plugin_formcreator_gap" data-gs-x="' . $x . '" data-gs-width="' . $width . '"></div>';
601+
echo '<div class="plugin_formcreator_gap" gs-x="' . $x . '" gs-w="' . $width . '"></div>';
602602
}
603603
}
604604
}

0 commit comments

Comments
 (0)