Skip to content

Commit

Permalink
Add explicit width for the search field
Browse files Browse the repository at this point in the history
This has been bugging me for a while. The search field is so narrow that it's
barely usable.
  • Loading branch information
bsiegert committed Jan 23, 2024
1 parent cde0d8e commit 0677f1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
<link href="/static/select2-bootstrap.min.css" rel="stylesheet">
<style type="text/css">
.column-item {
width: 16em;
width: 16em;
}
#results-pkg {
width: 40em;
}
</style>
</head>
Expand Down

0 comments on commit 0677f1c

Please sign in to comment.