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.
1 parent 622b899 commit 7046193Copy full SHA for 7046193
src/Method/Method.tsx
@@ -57,7 +57,7 @@ const Method = ({method, uiSchema, key, methodPlugins, reactJsonOptions, onExamp
57
className="method margin-bottom--sm"
58
>
59
60
- <h1 key={method.name} className="method-name" style={{ display: "inline", marginRight: "3px"}}>{method.name}</h1>
+ <h1 key={method.name} className="method-name" style={{ marginRight: "3px" }}>{method.name}</h1>
61
62
{method.tags && method.tags.length > 0 && <section key="tags">
63
<Tags tags={method.tags as any} />
0 commit comments