Skip to content

Commit

Permalink
fix: search input width
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Tverdokhlebov committed Feb 21, 2023
1 parent 616d69a commit 051c145
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Search/Search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ $block: '.#{$namespace}search';
#{$block} {
$root: &;
$searchHeight: 44px;
$searchWidth: 376px;

@include text-size(body-1);

Expand All @@ -15,7 +14,6 @@ $block: '.#{$namespace}search';
align-items: center;
justify-content: flex-end;

max-width: $searchWidth;
height: $searchHeight;

transition: width 0.3s;
Expand Down

0 comments on commit 051c145

Please sign in to comment.