Skip to content

Commit 34f2874

Browse files
committed
Fix CSS class duplication in Excerpt.vue
1 parent 928f4e2 commit 34f2874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/Excerpt.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div v-else-if="hasContent" class="break-normal">
1010
<div
1111
v-if="expanded"
12-
class="max-w-none prose prose-sm dark:prose-invert max-w-none text-gray-500 dark:text-gray-400"
12+
class="prose prose-sm dark:prose-invert max-w-none text-gray-500 dark:text-gray-400"
1313
:class="{ 'whitespace-pre-wrap': plainText }"
1414
v-html="content"
1515
/>

0 commit comments

Comments
 (0)