Skip to content

Commit

Permalink
Add CSS class to tags input
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje committed Nov 25, 2024
1 parent 51a6441 commit cbf0087
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 cbf0087

Please sign in to comment.