From f49a938c1e92b2ff73846f36d2888f5ab6a1b9b6 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Mon, 28 Oct 2019 20:04:03 -0400 Subject: [PATCH] Theme Search: Fix search box alignment --- themes/wporg-5ftf/css/components/_search-form.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/wporg-5ftf/css/components/_search-form.scss b/themes/wporg-5ftf/css/components/_search-form.scss index 5aad47b..05dc3d7 100644 --- a/themes/wporg-5ftf/css/components/_search-form.scss +++ b/themes/wporg-5ftf/css/components/_search-form.scss @@ -8,7 +8,7 @@ background: $color-gray-light-100; .search-field { - flex: 0 1 auto; + flex: 1 1 auto; margin: 0; padding: 0.8em 1em; background: transparent;