Skip to content

Commit

Permalink
Align card header items
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Oct 6, 2023
1 parent aa58590 commit ea8eba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/card-header.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@props(['name', 'title' => '', 'details' => null])
<header class="flex flex-wrap justify-between gap-4 mb-3 @md:mb-6">
<header class="flex flex-wrap justify-between items-center gap-4 mb-3 @md:mb-6">
<div class="flex-1 basis-0 flex-grow-[10000] max-w-full">
<div class="flex overflow-hidden gap-2 items-start">
<div class="[&>svg]:flex-shrink-0 [&>svg]:w-6 [&>svg]:h-6 [&>svg]:stroke-gray-500 [&>svg]:dark:stroke-gray-600">
Expand Down

0 comments on commit ea8eba1

Please sign in to comment.