Skip to content

Commit

Permalink
Use default list style type for help view list
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Aug 29, 2024
1 parent ef992f4 commit 529a75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tekst-Web/src/views/HelpView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ watch(
</div>

<div class="content-block">
<ul v-if="helpTextsFiltered" style="list-style-type: circle">
<ul v-if="helpTextsFiltered">
<li
v-for="[textKey, text] of helpTextsFiltered"
:key="textKey"
Expand Down

0 comments on commit 529a75a

Please sign in to comment.