We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b258c8 commit cf1af0aCopy full SHA for cf1af0a
resources/js/components/Excerpt.vue
@@ -9,7 +9,7 @@
9
<div v-else-if="hasContent" class="break-normal">
10
<div
11
v-if="expanded"
12
- class="prose prose-sm dark:prose-invert max-w-none text-gray-500 dark:text-gray-400"
+ class="max-w-none prose prose-sm dark:prose-invert max-w-none text-gray-500 dark:text-gray-400"
13
:class="{ 'whitespace-pre-wrap': plainText }"
14
v-html="content"
15
/>
0 commit comments