Skip to content

Commit

Permalink
response viewer styling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu committed May 29, 2021
1 parent 2d77cdd commit 4b2ebf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/web/viewlets/canvas/graph-canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ export default class GraphCanvas extends DefaultRemoteComponent {
"fontWeight": "bold"
}}>

{this.state.statusCode}</span> <React.Fragment
className={"text-muted"}>response</React.Fragment>
{this.state.statusCode}</span> <span
className={"text-muted"}>response</span>
</Button>
</ListGroup.Item>
: <span></span>
Expand Down Expand Up @@ -794,8 +794,8 @@ export default class GraphCanvas extends DefaultRemoteComponent {
aria-labelledby="contained-modal-title-vcenter"
dialogClassName="modal-90w"

show={() => this.state.modalContentName === "last-response"}
onHide={() => this.setModalContentName(null)}
// show={() => this.state.modalContentName === "last-response"}
// onHide={() => this.setModalContentName(null)}
centered>
<Modal.Header className={"pt-1 pb-1 small"}>
<Modal.Title className={"h5"} id="contained-modal-title-vcenter">
Expand All @@ -815,7 +815,7 @@ export default class GraphCanvas extends DefaultRemoteComponent {
<div className="row mt-2">
<div className="col col-4">

<Nav className=" mt-2 mb-1 ">
<Nav className="">

<Nav.Item className={"mr-3 "}>
<span style={{
Expand Down

0 comments on commit 4b2ebf3

Please sign in to comment.