mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user