Skip to content

Commit 91edea1

Browse files
committed
fix/og-name-size fix whitespace wrap in og
1 parent b470fa2 commit 91edea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/OgImage/Package.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ try {
123123
</div>
124124

125125
<h1
126-
class="font-bold text-8xl origin-cl tracking-tighter text-nowrap flex flex-nowrap"
126+
class="font-bold text-8xl origin-cl tracking-tighter text-nowrap whitespace-nowrap flex flex-nowrap"
127127
:style="{ transform: `scale(${titleScale})` }"
128128
>
129129
<span

0 commit comments

Comments
 (0)