Skip to content

Commit

Permalink
#417 - Make the template selection more responsive.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Nov 23, 2022
1 parent 98cac19 commit 469aa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Money.Blazor.Host/Components/OutcomeCreate.razor
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="form-row">
@foreach (var model in Templates)
{
<div class="col-4">
<div class="col-6 col-sm-6 col-md-4">
<div class="card card-hover cursor-pointer" @onclick="(() => ApplyTemplate(model))">
<div class="card-body">
@if (model.Amount != null)
Expand Down

0 comments on commit 469aa5c

Please sign in to comment.