Skip to content

Commit 70cae56

Browse files
authored
Merge pull request #684 from akkarn1689/fix/alignment-bug-#660
fixed alignment: issue #660
2 parents 5f5eb34 + 6351b81 commit 70cae56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/ReferenceItemLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const seenParams: Record<string, true> = {};
142142
{entry.data.params &&
143143
entry.data.params.map((param: ReferenceParam) => (
144144
<div class="grid grid-cols-6 gap-gutter-md text-body">
145-
<span class="col-span-1 text-body">{param.name}</span>
145+
<span class="col-span-1 text-body whitespace-normal break-words overflow-wrap-break-word">{param.name}</span>
146146
<div
147147
class="col-span-5 [&_p]:m-0 [&_p]:inline [&_a]:underline"
148148
>

0 commit comments

Comments
 (0)