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 9fdb57c commit 87baf26
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 @@ -218,10 +218,6 @@ div.sphinxsidebar #searchbox {
margin: 1em 0;
}

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

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

0 comments on commit 87baf26

Please sign in to comment.