Skip to content
Snippets Groups Projects
Commit 16e2d08f authored by vimal1083's avatar vimal1083
Browse files

Fix update status button width

parent 198ac774
No related branches found
No related tags found
No related merge requests found
......@@ -131,9 +131,11 @@ class StatusActions extends React.Component {
return null;
} else if (submission.actions.length === 0) {
return (
<div className="status-actions">
<button className="button button--primary button--full-width is-disabled" disabled={true}>Update status</button>
</div>
<SidebarBlock>
<div className="status-actions">
<button className="button button--primary button--full-width is-disabled" disabled={true}>Update status</button>
</div>
</SidebarBlock>
)
}
......
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