Skip to content

Commit b3b5104

Browse files
committed
Fixes for #4868
1 parent ea3ac8c commit b3b5104

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/shared/components/GUIKit/JobListCard/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050

5151
&:first-child {
52-
width: 200px;
52+
width: 250px;
5353
}
5454

5555
&:nth-child(2) {

src/shared/components/Gigs/GigDetails.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default function GigDetails(props) {
137137
</li>
138138
<li>
139139
<img src={iconLabel2} alt="label 2" />
140-
<div><strong>Subscribe to our <a target="_blank" rel="noreferrer" href="https://www.topcoder.com/community/taas">Gig notifications email.</a>.</strong> We’ll send you a weekly update on gigs available so you don’t miss a beat.</div>
140+
<div><strong>Subscribe to our <a target="_blank" rel="noreferrer" href="https://www.topcoder.com/community/taas">Gig notifications email</a>.</strong> We’ll send you a weekly update on gigs available so you don’t miss a beat.</div>
141141
</li>
142142
<li>
143143
<img src={iconLabel3} alt="label 3" />

src/shared/components/Gigs/style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142

143143
img {
144144
margin-right: 16px;
145+
min-width: 40px;
145146
}
146147

147148
&:last-child {
@@ -163,6 +164,7 @@
163164
font-weight: 600;
164165
font-family: Barlow, sans-serif;
165166
margin-top: 20px;
167+
line-height: 20px;
166168
}
167169
}
168170

@@ -189,6 +191,7 @@
189191
.skills {
190192
display: flex;
191193
align-items: center;
194+
line-height: 21px;
192195
/* stylelint-disable */
193196
img {
194197
margin-right: 8px;

0 commit comments

Comments
 (0)