Skip to content

Commit 20a2b8c

Browse files
authored
Implemented Design Team CSS recommendations
See https://saucedev.atlassian.net/browse/TCD-1698?focusedCommentId=314934. Added tweaks to current CSS and made the whole string (See full example on GitHub) a link to help visibility.
1 parent dc7b9ef commit 20a2b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/ReferenceCodeBlock/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function ReferenceCode(props: ReferenceCodeBlockProps) {
126126
return (
127127
<div>
128128
<CodeBlock {...customProps}>{fetchResultState.code}</CodeBlock>
129-
<div style={noteStyle}>See full example on <a href={props.children} target="_blank">GitHub</a></div>
129+
<div style={noteStyle}><a href={props.children} target="_blank">See full example on GitHub</a></div>
130130
</div>
131131
);
132132
}

0 commit comments

Comments
 (0)