Skip to content

Commit 4c8a27d

Browse files
authored
Merge branch 'main' into add-example-alt-text
2 parents 85d26fd + e9de158 commit 4c8a27d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/layouts/ContributorDocLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ setJumpToState(jumpToState);
4040
<BaseLayout
4141
title={entry.data.title}
4242
variant="item"
43+
subtitle={null}
4344
topic="contribute"
4445
className="contribute"
4546
>

styles/global.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ a {
204204
code {
205205
@extend .text-body-mono;
206206
font-size: inherit;
207-
white-space: nowrap;
208207
background-color: var(--bg-gray-80);
209208
border-radius: 20px;
210209
padding: 0 var(--spacing-xxs);

0 commit comments

Comments
 (0)