Skip to content

Commit

Permalink
Dev: Updated margin bottom in question top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 14, 2021
1 parent 8831a23 commit dddb0e3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -11,7 +11,7 @@
$rightSideContent = $this->render('includes/editQuestionTopbarRight_view', get_defined_vars(), true);

?>

<!-- Question Top Bar -->
<div class='menubar surveybar' id="<?= !(empty($topbarId)) ? $topbarId : 'surveybarid' ?>">
<?php if ($oQuestion->qid !== 0): ?>
<div id="question-summary-topbar" class='row container-fluid' style="margin-bottom: 8px;">
Expand All @@ -21,7 +21,7 @@
</div>
</div>
<?php endif; ?>
<div id="question-create-edit-topbar" class='row container-fluid' style="display: none">
<div id="question-create-edit-topbar" class='row container-fluid' style="display: none; margin-bottom: 8px;">
<!-- Left Side -->
<div class="<?= !empty($rightSideContent) ? 'col-md-6' : 'col-md-12'?>">
<?= $leftSideContentEditor ?>
Expand Down

0 comments on commit dddb0e3

Please sign in to comment.