Skip to content

Commit

Permalink
Make the UI nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
cremertim committed Oct 23, 2024
1 parent 9e05c6d commit 34d91e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ <h5 class="markdown-preview mb-0">{{ faq().questionTitle }}</h5>
}
</div>
</div>
<div>
<p class="markdown-preview mb-0" [innerHTML]="faq().questionAnswer | htmlForMarkdown"></p>
</div>
<div [innerHTML]="faq().questionAnswer | htmlForMarkdown"></div>
<hr class="mt-0" />
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
</div>
</div>
<hr class="" />
<hr class="mb-1 mt-1" />
@if (faqs?.length === 0) {
<h2 class="markdown-preview" jhiTranslate="artemisApp.faq.noExisting"></h2>
}
Expand Down

0 comments on commit 34d91e5

Please sign in to comment.