Skip to content

Commit cf1af0a

Browse files
Update Excerpt.vue
1 parent 1b258c8 commit cf1af0a

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="prose prose-sm dark:prose-invert max-w-none text-gray-500 dark:text-gray-400"
12+
class="max-w-none 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)