Skip to content

Commit

Permalink
Merge pull request #37 from vtex-apps/fix/content-loader
Browse files Browse the repository at this point in the history
Fix filter content loader height
  • Loading branch information
Bruno Dias authored Sep 13, 2018
2 parents a5ba464 + 1d4ce93 commit bbb374b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Update the `vtex.product-summary` version.

### Fixed
- Filter content loader height and width.

## [1.1.1] - 2018-09-06
### Added
- Content loader on filter facets app.
Expand Down
4 changes: 2 additions & 2 deletions react/components/FiltersContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ export default class FiltersContainer extends Component {
width: '100%',
height: '100%',
}}
width="100%"
height="100%"
width="267"
height="320"
y="0"
x="0"
>
Expand Down

0 comments on commit bbb374b

Please sign in to comment.