Skip to content

Commit

Permalink
#448 - Fix category tag with on expense create.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Aug 21, 2024
1 parent ddfd9a9 commit ffe91ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Money.Blazor.Host/Components/ExpenseCreate.razor
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@<span>@CurrencyFormatter?.Format(Amount)</span>
)
@FieldTab(SelectedField.Category, !CategoryKey.IsEmpty, "tag", "Category",
@<CategoryTag Key="@CategoryKey" CssClass="d-block text-truncate" />
@<CategoryTag Key="@CategoryKey" CssClass="d-inline-block text-truncate" />
)
@FieldTab(SelectedField.When, When != DateTime.MinValue, "calendar", "When",
@<DateValue Value="When" />
Expand Down

0 comments on commit ffe91ad

Please sign in to comment.