Skip to content

Commit b38c394

Browse files
committed
fix: issue #1196
1 parent c771b8a commit b38c394

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/ChallengeEditor/ChallengeEditor.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
}
1616
}
1717

18+
.textCenter {
19+
text-align: center;
20+
}
21+
1822
.topContainer {
1923
margin-top: 30px;
2024
display: flex;

src/components/ChallengeEditor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ class ChallengeEditor extends Component {
13211321
<ConfirmationModal
13221322
title='Complete Task Confirmation'
13231323
message={
1324-
<p>
1324+
<p className={styles.textCenter}>
13251325
Are you sure want to complete task <strong>"{challenge.name}"</strong> with the prize <strong>${taskPrize}</strong> for <strong>{assignedMember}</strong>?
13261326
</p>
13271327
}

0 commit comments

Comments
 (0)