We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85d26fd + e9de158 commit 4c8a27dCopy full SHA for 4c8a27d
src/layouts/ContributorDocLayout.astro
@@ -40,6 +40,7 @@ setJumpToState(jumpToState);
40
<BaseLayout
41
title={entry.data.title}
42
variant="item"
43
+ subtitle={null}
44
topic="contribute"
45
className="contribute"
46
>
styles/global.scss
@@ -204,7 +204,6 @@ a {
204
code {
205
@extend .text-body-mono;
206
font-size: inherit;
207
- white-space: nowrap;
208
background-color: var(--bg-gray-80);
209
border-radius: 20px;
210
padding: 0 var(--spacing-xxs);
0 commit comments