css: fix width of #tags input in search box.

Fix the #tags input not shrinking to fit inside the sidebar.

9720e4cfa9 (r35160195)
This commit is contained in:
evazion
2019-09-22 02:58:09 -05:00
parent 8f6fd95e2d
commit 6b2e6fa3f4
2 changed files with 4 additions and 4 deletions

View File

@@ -282,6 +282,10 @@ div#c-posts {
#search-box-form {
display: flex;
input {
min-width: 0px;
}
#search-box-submit {
padding: 2px 6px;
border-left: none;