Skip to content

Commit

Permalink
fix: allow search field to expand to full width (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Jan 16, 2020
1 parent f31be2f commit 634f168
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/styles/components/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
display: flex;
flex-direction: row;

label {
width: 100%;
}

[type="search"] {
background-color: $blue-50;
border-bottom-right-radius: 0;
Expand All @@ -10,6 +14,7 @@
border-top-right-radius: 0;
font-family: $font-family-sans;
height: rem(50);
max-width: 100%;

&:hover {
border-color: $blue-500;
Expand Down

0 comments on commit 634f168

Please sign in to comment.