From 63a09c95fa0a61335635077eb64bf73046872789 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 24 Jul 2020 16:08:31 -0400 Subject: [PATCH] shrink search bar --- ui/scss/component/_wunderbar.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/scss/component/_wunderbar.scss b/ui/scss/component/_wunderbar.scss index 85ca1642f..69cca248c 100644 --- a/ui/scss/component/_wunderbar.scss +++ b/ui/scss/component/_wunderbar.scss @@ -7,7 +7,11 @@ z-index: 1; font-size: var(--font-small); height: var(--height-input); - max-width: 30rem; + max-width: 20rem; + + @media (max-width: $breakpoint-small) { + max-width: none; + } > .icon { top: 0;