Skip to content

Commit

Permalink
Merge pull request #71 from LowerRockLabs/develop
Browse files Browse the repository at this point in the history
smartSelect Blade - Fix Spacing
  • Loading branch information
lrljoe authored Apr 10, 2023
2 parents 97aa33a + 0c94288 commit c2766dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
}">
@if ($theme === 'tailwind')
<div class="relative" class="h-16">
<div class="relative" >
<!-- Start Label Replacement -->
<div class="flex flex-cols w-full h-8" >

Expand All @@ -113,7 +113,7 @@

<!-- Start Existing Pop-Over -->
<div x-cloak
class="w-full z-50 rounded-md relative inline-flex place-items-end justify-items-end items-end pr-2 smartSelectExistingPopOverWrapper"
class="w-full z-50 rounded-md relative place-items-end justify-items-end items-end pr-2 smartSelectExistingPopOverWrapper"
role="menu" aria-orientation="vertical" aria-labelledby="menu-button">
<x-lrlAdvancedTableFilters::elements.smartselect-popover :theme="$theme" :iconStyling="$iconStyling" />
</div>
Expand Down

0 comments on commit c2766dc

Please sign in to comment.