- fix text truncation in badge component - simplify tag rendering in button component - remove padding in card component add space in actions
4 lines
114 B
PHP
4 lines
114 B
PHP
<span
|
|
{{$attributes->twMerge(['class'=> 'px-4 py-1 rounded-full bg-gray-200 truncate'])}}
|
|
>{{ $slot }}</span>
|