Skip to content

Commit

Permalink
Merge pull request #14880 from filamentphp/add-css-class-to-tags-input
Browse files Browse the repository at this point in the history
Add CSS class to tags input
  • Loading branch information
zepfietje authored Nov 25, 2024
2 parents 51a6441 + cbf0087 commit a8b3114
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@
x-sortable
data-sortable-animation-duration="{{ $getReorderAnimationDuration() }}"
@endif
@class([
'flex w-full flex-wrap gap-1.5 p-2',
'border-t border-t-gray-200 dark:border-t-white/10',
])
class="fi-fo-tags-input-tags-ctn flex w-full flex-wrap gap-1.5 border-t border-t-gray-200 p-2 dark:border-t-white/10"
>
<template
x-for="(tag, index) in state"
Expand Down

0 comments on commit a8b3114

Please sign in to comment.