Skip to content

Commit

Permalink
styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu committed May 30, 2021
1 parent 32d767f commit 9dbeabd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/web/viewlets/canvas/canvas-display-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default class CanvasDisplaySettings extends React.Component {
<div className="row">
<div className="col">
<Form>
<div style={{"overflow-y": "scroll", "maxHeight": "calc(100vh - 215px)"}}>
<div style={{"overflowY": "scroll", "maxHeight": "calc(100vh - 215px)"}}>
<h6>edges options</h6>
<Form.Group className={"mb-1"}>
<Form.Check
Expand Down
2 changes: 1 addition & 1 deletion src/web/viewlets/canvas/graph-canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ export default class GraphCanvas extends DefaultRemoteComponent {
{
this.state.modalContentName === "last-response"
? <Modal
className={"border-0 "}
className={"border-0"}
size="lg"
show={true}
dialogClassName="modal-90w"
Expand Down
2 changes: 1 addition & 1 deletion src/web/viewlets/canvas/lambda-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default class LambdaSettingsView extends React.Component {
})
}
</ul>
: <p className={"p-3 text-muted"}>No Gremlin lambdas were saved!.</p>
: <p className={"pl-3 pr-3 text-muted"}>No Gremlin lambdas were saved!.</p>
}
</div>
</Card.Body>
Expand Down

0 comments on commit 9dbeabd

Please sign in to comment.