Skip to content

Commit 5bb4411

Browse files
authored
Remove explicit width for search field input (#218)
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.
1 parent 9fdb57c commit 5bb4411

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

alabaster/static/alabaster.css_t

-4
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,6 @@ div.sphinxsidebar #searchbox {
218218
margin: 1em 0;
219219
}
220220

221-
div.sphinxsidebar #searchbox input[type="text"] {
222-
width: 160px;
223-
}
224-
225221
div.sphinxsidebar .search > div {
226222
display: table-cell;
227223
}

0 commit comments

Comments
 (0)