Skip to content

Commit 659acf2

Browse files
committed
improvement(reskin): text spacing in manage submission
1 parent 0c36186 commit 659acf2

File tree

1 file changed

+6
-6
lines changed
  • src/shared/components/SubmissionManagement/SubmissionManagement

1 file changed

+6
-6
lines changed

src/shared/components/SubmissionManagement/SubmissionManagement/index.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ export default function SubmissionManagement(props) {
145145
isDesign && (
146146
<p styleName="recommend-info">
147147
{/* eslint-disable-next-line max-len */}
148-
We always recommend to download your submission to check you uploaded the correct .zip files
148+
We always recommend to download your submission to check you uploaded the correct .zip files&nbsp;
149149
{/* eslint-disable-next-line max-len */}
150-
and also to verify your declarations file is accurate. If you don’t want to see a submission
150+
and also to verify your declarations file is accurate. If you don’t want to see a submission&nbsp;
151151
{/* eslint-disable-next-line max-len */}
152-
simply delete it. If you have a new submissions, use the “Add Submission” button to add one
152+
simply delete it. If you have a new submissions, use the “Add Submission” button to add one&nbsp;
153153
to the top of the list.
154154
</p>
155155
)
@@ -158,11 +158,11 @@ export default function SubmissionManagement(props) {
158158
isDevelop && (
159159
<p styleName="recommend-info">
160160
{/* eslint-disable-next-line max-len */}
161-
We always recommend to download your submission to check you uploaded the correct .zip files
161+
We always recommend to download your submission to check you uploaded the correct .zip files&nbsp;
162162
{/* eslint-disable-next-line max-len */}
163-
and also to verify your declarations file is accurate. If you don’t want to see a submission
163+
and also to verify your declarations file is accurate. If you don’t want to see a submission&nbsp;
164164
{/* eslint-disable-next-line max-len */}
165-
simply delete it. If you have a new submissions, use the “Add Submission” button to add one
165+
simply delete it. If you have a new submissions, use the “Add Submission” button to add one&nbsp;
166166
to the top of the list.
167167
</p>
168168
)

0 commit comments

Comments
 (0)