From 7d3eb7f3b04829273525599d5c31007a0a353e89 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sat, 24 Sep 2022 00:29:18 -0400 Subject: [PATCH] fix search form overflowing on some mobile devices --- groups/home/LibAnswers-7-js-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups/home/LibAnswers-7-js-css.html b/groups/home/LibAnswers-7-js-css.html index b0119b2..ab1099f 100644 --- a/groups/home/LibAnswers-7-js-css.html +++ b/groups/home/LibAnswers-7-js-css.html @@ -248,7 +248,7 @@ a.searchmenu { max-height: 150px; } nav.navbar-default.main-nav-container { margin-top: -20px; } - .form-width { width: 210px; } + .form-width { width: 40%; } .nav-by-jumbotron { margin-top: 40px !important; } #main-blue-footer { min-height: 450px; } .library-address { float: left; }