Skip to content

Commit

Permalink
Remove explicit width for search field input
Browse files Browse the repository at this point in the history
Alabaster does not need to adapt the width. Geometry is handled by the basic theme.  In fact, this could cause wrapping of the search button for some magnifications.
  • Loading branch information
timhoffm committed Jul 15, 2024
1 parent ea9e92b commit b54f4a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions alabaster/static/alabaster.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,6 @@ div.sphinxsidebar input {
font-size: 1em;
}

div.sphinxsidebar #searchbox input[type="text"] {
width: 160px;
}

div.sphinxsidebar .search > div {
display: table-cell;
}
Expand Down

0 comments on commit b54f4a7

Please sign in to comment.