Skip to content

Commit

Permalink
fix: formatted body description positions nicer (#352)
Browse files Browse the repository at this point in the history
* chore: formatted body description positions nicer

* chore: fix lint
  • Loading branch information
WikiRik authored May 8, 2020
1 parent e905c02 commit 35c1207
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/statutory/PositionsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,12 @@
</template>
</b-table>

<hr />
<hr v-if="selectedPosition"/>

<div class="subtitle" v-if="selectedPosition">Description of selected position</div>
<span class="content" v-if="selectedPosition" v-html="$options.filters.markdown(description)"></span>
<p class="content" v-if="selectedPosition" v-html="$options.filters.markdown(description)"></p>

<hr v-if="selectedPosition"/>

<div class="subtitle" v-if="selectedPosition">Applications for selected position</div>

Expand Down

0 comments on commit 35c1207

Please sign in to comment.