fix(theme): make features support line wrapping (#1913)

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/1930/head
Mr-Q 2 years ago committed by GitHub
parent 35a17601d8
commit ea430760f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,8 +24,8 @@ defineProps<{
:width="icon.width"
/>
<div v-else-if="icon" class="icon">{{ icon }}</div>
<h2 class="title">{{ title }}</h2>
<p class="details">{{ details }}</p>
<h2 class="title" v-html="title"></h2>
<p class="details" v-html="details"></p>
<div v-if="linkText" class="link-text">
<p class="link-text-value">

Loading…
Cancel
Save