Skip to content

Commit

Permalink
fix modal width.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabzee committed May 30, 2024
1 parent 247c403 commit b5faae0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/models.php → src/modals.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Generic Modal -->

<div class="modal " id="generic-modal">
<div class="modal-dialog modal-lg modal-sm">
<div class="modal-dialog modal-lg modal-sm" style="width 100% !important; max-width: 1250px !important;">
<div class="modal-content">

<!-- Modal Header -->
Expand Down
2 changes: 1 addition & 1 deletion src/survey.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
try {
require_once 'urls.php';

require_once 'models.php';
require_once 'modals.php';

?>
<input type="hidden" value="<?php echo $module->getSlotsEventId() ?>" name="slots-events-id" id="slots-events-id">
Expand Down
2 changes: 1 addition & 1 deletion src/types.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ class="hidden"/>

<!-- LOAD MODALS -->
<?php
require_once 'models.php';
require_once 'modals.php';
?>
<div class="loader"><!-- Place at bottom of page --></div>

0 comments on commit b5faae0

Please sign in to comment.