diff --git a/src/projects/create/components/FillProjectDetails.scss b/src/projects/create/components/FillProjectDetails.scss index 4d2087af6..af71c7be0 100644 --- a/src/projects/create/components/FillProjectDetails.scss +++ b/src/projects/create/components/FillProjectDetails.scss @@ -78,7 +78,7 @@ @include flexBox; background-color: transparent; display: flex; - max-width: 760px; + max-width: 880px; margin: 20px auto; .left-area { diff --git a/src/projects/create/components/HeaderWithProgress.scss b/src/projects/create/components/HeaderWithProgress.scss index 51f6e6882..62ebdf5f8 100644 --- a/src/projects/create/components/HeaderWithProgress.scss +++ b/src/projects/create/components/HeaderWithProgress.scss @@ -13,7 +13,7 @@ .content { margin: 0 auto; - max-width: 600px; + max-width: 720px; } .title-estimate { diff --git a/src/projects/detail/components/SpecQuestionList/SpecQuestionList.scss b/src/projects/detail/components/SpecQuestionList/SpecQuestionList.scss index d4cc9163f..b597380b6 100644 --- a/src/projects/detail/components/SpecQuestionList/SpecQuestionList.scss +++ b/src/projects/detail/components/SpecQuestionList/SpecQuestionList.scss @@ -12,6 +12,10 @@ } .spec-question-list-item { + &.question-type-jobs-picker { + margin-left: -12.5px; + margin-right: -12.5px; + } padding: 0; margin-bottom: 30px; @@ -170,7 +174,7 @@ .dropdown-wrap.default { background: $tc-gray-neutral-light; border-color: $tc-gray-20; - max-width: 300px; + max-width: 352px; margin-left: 0px; &.error {