Skip to content

Commit fa8c07b

Browse files
Merge pull request #5524 from topcoder-platform/gig-details-ui-fixes
Gig details UI fixes
2 parents 0ab2138 + 7a25fed commit fa8c07b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ workflows:
289289
filters:
290290
branches:
291291
only:
292-
- contentful-tabs-fix
292+
- free
293293
# This is beta env for production soft releases
294294
- "build-prod-beta":
295295
context : org-global

src/shared/components/Gigs/GigDetails/style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
@include xs-to-sm {
2323
margin-bottom: 20px;
24+
margin-right: 0;
2425
}
2526
}
2627

@@ -128,6 +129,7 @@
128129

129130
@include xs-to-md {
130131
margin-top: 47px;
132+
min-width: auto;
131133
}
132134

133135
.shareButtons {
@@ -350,7 +352,7 @@
350352
font-weight: bolder;
351353
text-decoration: none;
352354
text-transform: uppercase;
353-
line-height: 40px;
355+
line-height: 38px;
354356
padding: 0 20px;
355357

356358
&:hover {

0 commit comments

Comments
 (0)