Skip to content

Commit

Permalink
fix: link overflow
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Jun 12, 2024
1 parent 9c9147f commit 2747551
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 613 deletions.
1 change: 1 addition & 0 deletions assets/css/tiptap-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
color: var(--primary);
text-decoration: underline;
text-underline-offset: 4px;
line-break: anywhere;
}
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@nuxt/image": "^1.7.0",
"@nuxthub/core": "^0.6.10",
"@nuxthub/core": "0.6.10",
"@pinia/nuxt": "^0.5.1",
"@radix-icons/vue": "^1.0.0",
"@trpc/client": "^10.45.2",
Expand All @@ -23,19 +23,19 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.31.2",
"nuxt": "^3.11.2",
"nuxt": "3.11.2",
"radix-vue": "^1.8.3",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"trpc-nuxt": "^0.10.22",
"vee-validate": "^4.13.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue-router": "^4.3.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.0",
"@antfu/eslint-config": "^2.21.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@tiptap/core": "^2.4.0",
Expand All @@ -51,16 +51,15 @@
"@tiptap/html": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@unocss/eslint-plugin": "^0.60.4",
"@vueuse/core": "^10.10.0",
"@vueuse/nuxt": "^10.10.0",
"@vueuse/core": "^10.10.1",
"@vueuse/nuxt": "^10.10.1",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.22.6",
"drizzle-kit": "^0.22.7",
"eslint": "9.4.0",
"nuxt-icon": "^0.6.10",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.21",
"wrangler": "^3.60.0"
"wrangler": "^3.60.2"
}
}
}
Loading

0 comments on commit 2747551

Please sign in to comment.