Skip to content

Commit 20ebf59

Browse files
authored
Merge pull request #245 from rvsia/fixBlockAnchor
Fix styling for anchors
2 parents 0325cdd + b763c14 commit 20ebf59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-renderer-demo/src/app/pages/renderer/component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import ExampleLink from '@docs/components/common/example-link';
1010

1111
# Components API
1212

13-
# Common props for all form fields
13+
## Common props for all form fields
1414

1515
There is very short list of that can be applied to every form field
1616

packages/react-renderer-demo/src/app/src/components/mdx/mdx-components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const useHeadingStyles = makeStyles(() => ({
2727
paddingTop: 92, // compensate for fixed header size and spacing
2828
marginTop: -92, // compensate for fixed header size and spacing
2929
position: 'relative',
30-
display: 'inline-block',
30+
display: 'block',
3131
},
3232
heading: {
3333
'& button': {

0 commit comments

Comments
 (0)