Skip to content
Snippets Groups Projects
Commit d7dc799e authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-275: Action button positions updated

parent 97603237
No related branches found
No related tags found
1 merge request!191Resolve TMSS-243
......@@ -450,10 +450,10 @@ export class ProjectCreate extends Component {
</div>
</div>
<div className="p-grid p-justify-start">
<div className="p-col-1">
<div className="col-lg-1 col-md-2 col-sm-6">
<Button label="Save" className="p-button-primary" id="save-btn" data-testid="save-btn" icon="pi pi-check" onClick={this.saveProject} disabled={!this.state.validForm} />
</div>
<div className="p-col-1">
<div className="col-lg-1 col-md-2 col-sm-6">
<Button label="Cancel" className="p-button-danger" icon="pi pi-times" onClick={this.cancelCreate} />
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment