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 b5faae0 commit d9db0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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" style="width 100% !important; max-width: 1250px !important;">
<div class="modal-dialog modal-xl modal-sm" >
<div class="modal-content">

<!-- Modal Header -->
Expand Down

0 comments on commit d9db0af

Please sign in to comment.