From 95b88cb7605d7e66daf852251e2d818f2b288404 Mon Sep 17 00:00:00 2001 From: klynger Date: Thu, 10 Dec 2020 10:54:40 -0300 Subject: [PATCH] Remove unnecessary max-width definition of search-bar block --- CHANGELOG.md | 2 ++ styles/css/vtex.store-components.css | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc503eec..f2709fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 418b42f9..63569ea7 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -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;