Skip to content

Commit

Permalink
fix dropdown width (laravelio#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
faissaloux authored Nov 13, 2021
1 parent c6bf012 commit d17a2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/articles/_form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class="button button-primary h-full button-dropdown-right relative inline-flex i
<path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/>
</svg>
</button>
<div class="origin-top-right absolute right-0 mt-2 w-56 rounded-md shadow-lg" x-show="showDropdown" x-cloak>
<div class="origin-top-right absolute right-0 mt-2 w-60 rounded-md shadow-lg" x-show="showDropdown" x-cloak>
<div class="rounded-md bg-white ring-1 ring-black ring-opacity-5">
<div class="py-1">
<button
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/articles/form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class="button button-primary h-full button-dropdown-right relative inline-flex i
<path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/>
</svg>
</button>
<div class="origin-top-right absolute right-0 mt-2 w-56 rounded-md shadow-lg" x-show="showDropdown" x-cloak>
<div class="origin-top-right absolute right-0 mt-2 w-60 rounded-md shadow-lg" x-show="showDropdown" x-cloak>
<div class="rounded-md bg-white ring-1 ring-black ring-opacity-5">
<div class="py-1">
<button
Expand Down

0 comments on commit d17a2d0

Please sign in to comment.