Skip to content

Commit

Permalink
Merge pull request #660 from City-of-Helsinki/UHF-11098
Browse files Browse the repository at this point in the history
UHF-11098: Fix layout issues on job listing search after hds 4.1.0 update
  • Loading branch information
teroelonen authored Jan 23, 2025
2 parents d2fa053 + f6f6155 commit a58f1a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/themes/custom/hdbt_subtheme/dist/css/styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/themes/custom/hdbt_subtheme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ $sort-minimum-width: 283px;
@include breakpoint($breakpoint-l) {
width: 50%;
}
.job-search-form__dropdown {
// HDS has 420px max-width set for selects. This is OK when the form is limited to 860px width but not here.
max-width: unset;
}
}

.job-search-form__filter {
Expand Down

0 comments on commit a58f1a2

Please sign in to comment.