Skip to content

Commit

Permalink
CSS Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Jan 30, 2024
1 parent b90ebe4 commit 6f79bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/YetiDFIQApproachTemplate.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-sheet>
<div class="text-h6">{{ description.summary }}</div>
<div v-html="markdownifyText(description.details)"></div>
<div class="yeti-markdown" v-html="markdownifyText(description.details)"></div>
<div class="mt-5">
<div class="font-weight-bold mb-2">References:</div>
<ul class="ml-5">
Expand Down

0 comments on commit 6f79bf0

Please sign in to comment.