Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley authored and github-actions[bot] committed Jan 16, 2025
1 parent dc705e0 commit d60af97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/stats/information-card.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'selected',
])

<x-general.card class="flex flex-col py-4 w-full md:flex-col md:items-stretch md:pr-6 md:py-4">
<x-general.card class="flex flex-col py-4 w-full md:flex-col md:items-stretch md:py-4 md:pr-6">
<div class="flex flex-col flex-1 mb-4 space-y-2 md:pb-4 md:mb-4">
<div class="mb-0 text-sm font-semibold text-theme-secondary-700 dark:text-theme-dark-200">
{{ $mainTitle }}
Expand All @@ -25,7 +25,7 @@
</div>
</div>

<div class="p-4 -mx-4 -mb-4 rounded-b md:px-6 md:-mx-6 md:-my-4 md:w-auto md:rounded-b-xl md:rounded-tr-none bg-theme-secondary-100 dark:bg-theme-dark-950">
<div class="p-4 -mx-4 -mb-4 rounded-b md:px-6 md:-my-4 md:-mx-6 md:w-auto md:rounded-b-xl md:rounded-tr-none bg-theme-secondary-100 dark:bg-theme-dark-950">
<div wire:ignore>
<x-rich-select
wire:model.live="{{ $model }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="grid gap-2 md:gap-3 sm:grid-cols-2 sm:grid-rows-1 sm:place-items-stretch">
<div class="grid gap-2 sm:grid-cols-2 sm:grid-rows-1 sm:place-items-stretch md:gap-3">
<livewire:stats.all-time-transactions />
<livewire:stats.all-time-fees />
</div>

0 comments on commit d60af97

Please sign in to comment.