Skip to content

Commit

Permalink
fix: adjust search container width to align with page contents (#1105)
Browse files Browse the repository at this point in the history
* fix: adjust search container width to align with page contents closes #1101

* Update GlobalSearch.module.scss
  • Loading branch information
vpicone authored Mar 24, 2021
1 parent 17947ce commit c08db04
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
color: $carbon--white-0;
transition: max-width $duration--fast-02 $carbon--standard-easing,
background $duration--fast-02 $carbon--standard-easing;

@include carbon--breakpoint('lg') {
max-width: 28rem;
}
}

.container.inputFocusWithin {
Expand Down

1 comment on commit c08db04

@vercel
Copy link

@vercel vercel bot commented on c08db04 Mar 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.