Skip to content

Commit

Permalink
Bigger space for content
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 17, 2024
1 parent 52b0906 commit cb29922
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ValidationMessage For="() => model.ShortDescription"></ValidationMessage>
</div>
<div class="form-floating mb-3">
<MarkdownTextArea Id="content" Class="form-control" Rows="15" Placeholder="Content"
<MarkdownTextArea Id="content" Class="form-control" Rows="20" Placeholder="Content"
@bind-Value="@model.Content"></MarkdownTextArea>
<ValidationMessage For="() => model.Content"></ValidationMessage>
</div>
Expand Down

0 comments on commit cb29922

Please sign in to comment.