Adjust style
This commit is contained in:
@@ -10,10 +10,11 @@ export default class OperationLink extends Component {
|
|||||||
let description = link.get("description")
|
let description = link.get("description")
|
||||||
|
|
||||||
return <span>
|
return <span>
|
||||||
<div style={{ padding: "7px" }}>{name}{description ? `: ${description}` : ""}</div>
|
<div style={{ padding: "5px 2px" }}>{name}{description ? `: ${description}` : ""}</div>
|
||||||
<pre>
|
<pre>
|
||||||
|
Operation `{targetOp}`<br /><br />
|
||||||
Parameters {padString(0, JSON.stringify(parameters, null, 2)) || "{}"}<br /><br />
|
Parameters {padString(0, JSON.stringify(parameters, null, 2)) || "{}"}<br /><br />
|
||||||
Headers {padString(0, JSON.stringify(headers, null, 2)) || "{}"}<br />
|
Headers {padString(0, JSON.stringify(headers, null, 2)) || "{}"}<br />
|
||||||
</pre>
|
</pre>
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user