Skip to content

Commit

Permalink
Merge pull request #22 from howdu/patch-1
Browse files Browse the repository at this point in the history
Fix empty white space caused from modal with inline-block
  • Loading branch information
Jehizkia authored Sep 21, 2023
2 parents 85bdd4c + eca2eb0 commit 451d3cd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions resources/views/components/resource-lock-observer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ function resourceLockObserverInit() {
</script>

<x-filament::modal
id="resourceIsLockedNotice"
:closeButton="false"
:disabled="true"
:closeByClickingAway="false"
id="resourceIsLockedNotice"
displayClasses="block"
:closeButton="false"
:disabled="true"
:closeByClickingAway="false"
>
<div x-data="{ resourceLockOwner: null}" @open-modal.window="(event) => { resourceLockOwner = event.detail.resourceLockOwner}">
<div class="flex justify-center ">
Expand Down Expand Up @@ -52,4 +53,4 @@ class="fi-btn fi-btn-size-md relative grid-flow-col items-center justify-center

</div>
</x-filament::modal>
</div>
</div>

0 comments on commit 451d3cd

Please sign in to comment.