Skip to content

Commit

Permalink
Merge pull request #5902 from hashicorp/b-ui/allocation-magnifying-glass
Browse files Browse the repository at this point in the history
UI: Account for the search icon within the is-compact modifier
  • Loading branch information
DingoEatingFuzz authored Jun 27, 2019
2 parents 65fe89f + 35c45e6 commit 83fba96
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/app/styles/components/search-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,13 @@
width: 100%;
}

input {
input,
.input {
width: 100%;
padding: 0.4em 1.75em 0.4em 2.25em;

&.is-compact {
padding: 0.25em 0.75em 0.25em 2.25em;
}
}
}

0 comments on commit 83fba96

Please sign in to comment.