Skip to content

Commit

Permalink
Merge pull request #236 from vtex-apps/fix/searc-bar-max-width
Browse files Browse the repository at this point in the history
Remove unnecessary max-width definition of search-bar block
  • Loading branch information
Rafael Klynger authored Dec 14, 2020
2 parents 61d6e43 + 95b88cb commit 6af6e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Unnecessary `max-width` style in the input of `search-bar` block which causes the style to break when the `search-bar` needs to be bigger`.

## [4.2.0] - 2020-11-30
### Added
Expand Down
4 changes: 0 additions & 4 deletions styles/css/vtex.store-components.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
text-decoration: underline;
}

.searchBarContainer :global(.vtex-styleguide-9-x-input) {
max-width: 208px;
}

.infoCardContainer--info-card-home {
max-width: 1520px;
margin: 0 auto;
Expand Down

0 comments on commit 6af6e09

Please sign in to comment.