Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 2b1b80f

Browse files
author
dengjun
committed
ci:fixing minor
1 parent 02368bd commit 2b1b80f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/containers/MyGigs/modals/UpdateGigProfile/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ const UpdateGigProfile = ({
224224
{profile && profile.existingResume && (
225225
<div styleName="resume-details">
226226
Please upload your resume/CV. Double-check that all of your tech
227-
skills are listed in your resume/CV.
228-
<a href={profile.existingResume.file_link}>
227+
skills are listed in your resume/CV.&nbsp;&nbsp;&nbsp;
228+
<a href={profile.existingResume.file_link} target="_blank">
229229
{profile.existingResume.filename}
230230
</a>
231231
</div>

src/containers/MyGigs/modals/UpdateGigProfile/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
flex-direction: column;
6161
align-items: center;
6262
width: 260px;
63-
min-height: 330px;
63+
min-height: 410px;
6464
padding: 20px 15px;
6565
margin-right: 40px;
6666
line-height: $line-height-base;
@@ -120,6 +120,7 @@
120120
flex-wrap: wrap;
121121
.resume-details {
122122
font-size: 14px;
123+
line-height: 18px;
123124
& > a {
124125
color: blue;
125126
text-decoration: underline;

0 commit comments

Comments
 (0)