Skip to content

Commit 0d88dd7

Browse files
committed
ajuste margen ptes
1 parent 2450f66 commit 0d88dd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gastos.Pwa/Components/Features/AnalysisJobs/AnalysisJobsPending.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else
2828
<MyButton Type="IconRefresh" OnClick="RefreshAnalysisJobsAsync" Disabled="@_checkingStatus" />
2929
</MudStack>
3030

31-
<MudGrid Spacing="0" Class="m-0">
31+
<MudGrid Spacing="2" Class="m-0">
3232
@foreach (var job in _analysisJobs.Items.OrderBy(j => j.CreatedAtUtc))
3333
{
3434
<MudItem xs="12" sm="4">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"v0.1.1","build":"180","commit":"8ac52c4","branch":"main","date":"2025-11-05 18:27:12","buildDate":"2025-11-05 18:27:13"}
1+
{"version":"v0.1.1","build":"181","commit":"2450f66","branch":"main","date":"2025-11-05 18:47:55","buildDate":"2025-11-05 18:47:56"}

0 commit comments

Comments
 (0)