From 660460bae3f082723b00f34288bf1b0dc2d5cc3f Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:35:38 +0800 Subject: [PATCH] Fix search box overflow --- themes/leilukin/stylesheets/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/leilukin/stylesheets/all.css b/themes/leilukin/stylesheets/all.css index a31123c..aa77533 100644 --- a/themes/leilukin/stylesheets/all.css +++ b/themes/leilukin/stylesheets/all.css @@ -371,7 +371,7 @@ form, fieldset { form.search_box { display: block; position: relative; - width: 12em; + max-width: 12em; margin-bottom: 2rem; } form.comment_edit {