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