Skip to content

Commit

Permalink
Merge pull request #1537 from sharetribe/fix-missing-custom-media-que…
Browse files Browse the repository at this point in the history
…ry-imports

Fix missing custom media query imports
  • Loading branch information
Gnito committed Jul 13, 2022
2 parents 88b29a0 + b852f74 commit 818a636
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2022-XX-XX

- [fix] the import of customMediaQueries.css was somehow missed with these components:
FieldReviewRating, SearchFiltersSecondary and TopbarMobileMenu.
[#1537](https://github.com/sharetribe/ftw-daily/pull/1537)

## [v9.0.0] 2022-07-11

This is a major release since it includes a major update to sharetribe-scripts aka our fork of
Expand Down
2 changes: 2 additions & 0 deletions src/components/FieldReviewRating/FieldReviewRating.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../styles/customMediaQueries.css';

.ratingFieldSet {
border: none;
padding: 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../styles/customMediaQueries.css';

.root {
flex-grow: 1;
display: flex;
Expand Down
2 changes: 2 additions & 0 deletions src/components/TopbarMobileMenu/TopbarMobileMenu.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../styles/customMediaQueries.css';

.root {
flex-shrink: 0;
display: flex;
Expand Down

0 comments on commit 818a636

Please sign in to comment.