Skip to content

Commit

Permalink
fix(wizard): margin problem on separated FAQ page
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jun 1, 2022
1 parent 74a55a7 commit 03828b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/knowbase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,15 @@ public function showWizard() {
echo '</div>';

echo '<div id="plugin_formcreator_wizard_right" class="card">';
echo '<div class="card-body">';

echo '<div id="plugin_formcreator_searchBar">';
$this->showSearchBar();
echo '</div>';
echo '<div id="plugin_formcreator_wizard_forms">';
echo '</div>';
echo '</div>';
echo '</div>';
}

protected function showSearchBar() {
Expand Down

0 comments on commit 03828b4

Please sign in to comment.