Fix search box overflow
This commit is contained in:
parent
8c4f41426f
commit
660460bae3
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue