Skip to content

Commit f7c6590

Browse files
committed
Update mix-manifest.json and enhance Excerpt.vue styling
1 parent 34f2874 commit f7c6590

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/app.js": "/app.js?id=ff4640476032c325a423262c034f061d",
2+
"/app.js": "/app.js?id=25eb55ea344a2179e2d5b4460d2cf94c",
33
"/manifest.js": "/manifest.js?id=61f2d62cc41feccba141cbb9c3075397",
44
"/app.css": "/app.css?id=02ef6075442a7edd474ef9e675829356",
55
"/vendor.js": "/vendor.js?id=20f6a357bacc7e6785005cdffc885193",

resources/js/components/Excerpt.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div v-if="shouldShow && hasContent" class="break-normal">
33
<div
4-
class="prose prose-sm dark:prose-invert text-gray-500 dark:text-gray-400"
4+
class="prose prose-sm dark:prose-invert max-w-none text-gray-500 dark:text-gray-400"
55
:class="{ 'whitespace-pre-wrap': plainText }"
66
v-html="content"
77
/>

0 commit comments

Comments
 (0)