Skip to content

Commit

Permalink
frontend: don't wrap search bar unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuyureka committed Nov 15, 2023
1 parent a8d36a9 commit 31582c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ body {
}
#input input#input-field {
flex-grow: 1;
width: 0; /* wtf? */
}

#input>* {
Expand Down

0 comments on commit 31582c1

Please sign in to comment.