Skip to content

Commit

Permalink
Update LiveAnswers.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 27, 2024
1 parent 013c4b6 commit 28ed49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Components/Pages/Questions/LiveAnswers.razor
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<div>
@foreach (var answer in question.Answers)
{
<div class="py-8 border-b border-gray-200 dark:border-gray-700">
<div class="pb-8 border-b border-gray-200 dark:border-gray-700">
<div class="flex">
<div class="md:w-32 pr-2">
@{
Expand Down

0 comments on commit 28ed49e

Please sign in to comment.