Skip to content

Commit 0a30cdf

Browse files
committed
fix: issue #4310
1 parent b9bfb71 commit 0a30cdf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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: 4 additions & 0 deletions
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

0 commit comments

Comments
 (0)