Skip to content

Commit

Permalink
Merge pull request krayin#1637 from suraj-webkul/datagrid-checkbox
Browse files Browse the repository at this point in the history
Datagrid checkbox
  • Loading branch information
devansh-webkul authored Sep 25, 2024
2 parents 48f07cd + 6e8a6f6 commit 0b8bbc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ class="text-sm text-gray-400 dark:text-gray-400"
</x-slot>
<!-- Dropdown Content -->
<x-slot:menu>
<x-slot:menu class="mt-1 rounded-md border border-gray-200 dark:border-gray-800">
<div class="relative">
<div class="relative rounded">
<ul class="list-reset">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class="group relative !w-full pl-2.5"
class="absolute bottom-0 mb-5 hidden flex-col group-hover:flex"
v-if="inputValue.map(item => `${item.value}(${item.label})`).join(', ').length > 20"
>
<span class="whitespace-no-wrap relative z-10 max-w-60 rounded-md bg-black px-4 py-2 text-xs leading-none text-white shadow-lg">
<span class="whitespace-no-wrap relative z-10 rounded-md bg-black px-4 py-2 text-xs leading-none text-white shadow-lg dark:bg-white dark:text-gray-900">
@{{ inputValue.map(item => `${item.value}(${item.label})`).join(', \n') }}
</span>
Expand Down

0 comments on commit 0b8bbc4

Please sign in to comment.