Fix not selectable search input

This commit is contained in:
Guillaume Gomez 2018-02-04 13:38:39 +01:00
parent dde3611281
commit c26abe75bc

View File

@ -884,6 +884,11 @@ span.since {
margin-left: 0px;
}
#main {
margin-top: 50px;
padding: 0;
}
.content .in-band {
width: 100%;
}