Skip to content

Commit

Permalink
Merge pull request #37 from Fabio101/v2.x
Browse files Browse the repository at this point in the history
Fix base Vue Modal component not using actual bootstrap class
  • Loading branch information
tsommie authored Apr 4, 2021
2 parents 64aea37 + d3688c3 commit 07d5baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Jetstream/Modal.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<teleport to="body">
<div class="modal fade" tabindex="-1" :id="id" :aria-labelledby="id" aria-hidden="true">
<div class="modal-dialog" :class="maxWidth">
<div class="modal-dialog" :class="maxWidthClass">
<slot></slot>
</div>
</div>
Expand Down

0 comments on commit 07d5baf

Please sign in to comment.