[FIX] Progress history layout

Align table cells correctly
This commit is contained in:
2021-09-12 15:20:48 +01:00
parent e74a15c84b
commit efebaf93ce
3 changed files with 31 additions and 17 deletions

View File

@@ -300,11 +300,13 @@ export default withRouter(class LoggedInHome extends React.Component {
<PeopleRoundedIcon />
}
</p>
<Button
className="button--no-background"
onClick={() => this.deleteProgress(progressItem.id)}
icon={<DeleteRoundedIcon />}
></Button>
<p>
<Button
className="button--no-background"
onClick={() => this.deleteProgress(progressItem.id)}
icon={<DeleteRoundedIcon />}
></Button>
</p>
</div>
)
}