Skip to content

Commit 7da1cd3

Browse files
committed
Formatting
1 parent 914ef65 commit 7da1cd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/blog/tailwindcss-v3-3/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ These include `hyphens-manual` (what the browser does by default), `hyphens-auto
337337

338338
<Example p="none">
339339
<div class="overflow-x-scroll sm:overflow-x-visible px-4">
340-
<div class="mx-auto max-w-xs bg-white shadow-xl p-12 text-slate-500 dark:bg-slate-800 dark:text-slate-400 ">
340+
<div class="mx-auto max-w-xs bg-white shadow-xl p-12 text-slate-500 dark:bg-slate-800 dark:text-slate-400">
341341
<p class="hyphens-auto">Officially recognized by the Duden dictionary as the longest word in German, <span class="text-slate-900 font-medium dark:text-slate-200" lang="de"> KraftfahrzeugHaftpflichtversicherung</span> is a 36 letter word for motor vehicle liability insurance.</p>
342342
</div>
343343
</div>

src/pages/docs/hyphens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Use `hyphens-auto` to allow the browser to automatically choose hyphenation poin
5353

5454
<Example p="none">
5555
<div class="overflow-x-scroll sm:overflow-x-visible px-4">
56-
<div class="mx-auto max-w-xs bg-white shadow-xl p-12 text-slate-500 dark:bg-slate-800 dark:text-slate-400 ">
56+
<div class="mx-auto max-w-xs bg-white shadow-xl p-12 text-slate-500 dark:bg-slate-800 dark:text-slate-400">
5757
<p class="hyphens-auto">Officially recognized by the Duden dictionary as the longest word in German, <span class="text-slate-900 font-medium dark:text-slate-200" lang="de"> KraftfahrzeugHaftpflichtversicherung</span> is a 36 letter word for motor vehicle liability insurance.</p>
5858
</div>
5959
</div>

0 commit comments

Comments
 (0)