Skip to content

Commit ea20e9b

Browse files
authored
Merge pull request #4334 from yoution/issue-4310
fix: issue #4310
2 parents 0bb5c10 + 79caec5 commit ea20e9b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/projects/create/components/FillProjectDetails.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
@include flexBox;
7979
background-color: transparent;
8080
display: flex;
81-
max-width: 760px;
81+
max-width: 880px;
8282
margin: 20px auto;
8383

8484
.left-area {

src/projects/create/components/HeaderWithProgress.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
.content {
1515
margin: 0 auto;
16-
max-width: 600px;
16+
max-width: 720px;
1717
}
1818

1919
.title-estimate {

src/projects/detail/components/SpecQuestionList/SpecQuestionList.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
}
1313

1414
.spec-question-list-item {
15+
&.question-type-jobs-picker {
16+
margin-left: -12.5px;
17+
margin-right: -12.5px;
18+
}
1519
padding: 0;
1620
margin-bottom: 30px;
1721

@@ -170,7 +174,7 @@
170174
.dropdown-wrap.default {
171175
background: $tc-gray-neutral-light;
172176
border-color: $tc-gray-20;
173-
max-width: 300px;
177+
max-width: 352px;
174178
margin-left: 0px;
175179

176180
&.error {

0 commit comments

Comments
 (0)