diff --git a/src/components/CommandCard.vue b/src/components/CommandCard.vue index 83758b0..0eacbab 100644 --- a/src/components/CommandCard.vue +++ b/src/components/CommandCard.vue @@ -122,7 +122,7 @@ :style="{ fontSize: cardStyleVars.showBiggerTitle ? '1.25rem' : '1.1rem', }" - v-html="commandInfo.features.explain" + v-html="commandInfo.features.explain.trim() || '
'" />