Merge pull request #5902 from hashicorp/b-ui/allocation-magnifying-glass

UI: Account for the search icon within the is-compact modifier
This commit is contained in:
Michael Lange
2019-06-27 14:37:14 -07:00
committed by GitHub

View File

@@ -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;
}
}
}