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

Commit aa44583

Browse files
ui optimize
1 parent 4e6396a commit aa44583

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/containers/MyGigs/JobListing/JobCard/JobDetail/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@import "styles/mixins";
33

44
.job-detail {
5-
padding-bottom: 6px;
5+
padding-bottom: 22px;
66
}
77

88
.job-detail-wrapper {
@@ -31,6 +31,7 @@
3131
font-size: 24px;
3232
line-height: 36px;
3333
}
34+
3435
.description {
3536
color: $tc-black;
3637
font-size: 14px;

src/containers/MyGigs/JobListing/JobCard/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
border-radius: $border-radius-lg;
1111
box-shadow: $shadow;
1212
z-index:0;
13+
min-width: 780px;
1314
}
1415

1516
.card-header {

0 commit comments

Comments
 (0)