Skip to content

Commit

Permalink
settings modal styling updated to lg
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu committed May 30, 2021
1 parent 94aed50 commit a45f75d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/web/layouts/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class DefaultLayout extends React.Component {
{
this.state.showSettings === true
? <Modal className={"border-0 "}
size="md"
size="lg"
show={true}
dialogClassName="modal-90w"
backdrop={true}
Expand Down
4 changes: 1 addition & 3 deletions src/web/viewlets/canvas/graph-canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -799,9 +799,7 @@ export default class GraphCanvas extends DefaultRemoteComponent {
show={true}
dialogClassName="modal-90w"
backdrop={true}
// aria-labelledby="contained-modal-title-vcenter"
centered
>
centered>
<Modal.Header className={"pt-1 pb-1 small"} closeButton>
<Modal.Title className={"h5"} id="contained-modal-title-vcenter">
Response Viewer
Expand Down
2 changes: 1 addition & 1 deletion src/web/viewlets/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default class SettingsComponent extends DefaultRemoteRoutableComponent {
<Card style={{"minHeight": "220px"}}>
<Card.Body className={""}>
<h6 className={"pb-2 mb-3 border-bottom"}>
Invana Studio settings.
Invana Studio Settings
</h6>

{/*<h6 className={"mb-0"}>Graph engine name:</h6>*/}
Expand Down

0 comments on commit a45f75d

Please sign in to comment.