From 35c45e61cacbbdfb7b20b19f1f949f327acd341d Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Thu, 27 Jun 2019 12:32:26 -0700 Subject: [PATCH] Account for the search icon within the is-compact modifer --- ui/app/styles/components/search-box.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/app/styles/components/search-box.scss b/ui/app/styles/components/search-box.scss index a023f876a..895b573db 100644 --- a/ui/app/styles/components/search-box.scss +++ b/ui/app/styles/components/search-box.scss @@ -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; + } } }