Skip to content

Commit 2b349de

Browse files
authored
Update src/components/RollupProductDevDoc.tsx
1 parent 51de9c1 commit 2b349de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RollupProductDevDoc.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const RollupProductDevDoc = ({ rollupType }: RollupProductDevDocProps) => {
2424
{name}
2525
</h4>
2626
{noteKey.length > 0 && (
27-
<p>
27+
<p className="mb-4">
2828
* <Translation id={`page-layer-2:${noteKey}`} />
2929
</p>
3030
)}

0 commit comments

Comments
 (0)