Fix search box overflow

This commit is contained in:
Helen Chong 2024-06-21 10:35:38 +08:00
parent 8c4f41426f
commit 660460bae3
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ form, fieldset {
form.search_box { form.search_box {
display: block; display: block;
position: relative; position: relative;
width: 12em; max-width: 12em;
margin-bottom: 2rem; margin-bottom: 2rem;
} }
form.comment_edit { form.comment_edit {