From 87baf26082d3297393f9faa07119fb457854bbe3 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:56:11 +0200 Subject: [PATCH] Remove explicit width for search field input 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. --- alabaster/static/alabaster.css_t | 4 ---- 1 file changed, 4 deletions(-) diff --git a/alabaster/static/alabaster.css_t b/alabaster/static/alabaster.css_t index e7b38c2..584fc92 100644 --- a/alabaster/static/alabaster.css_t +++ b/alabaster/static/alabaster.css_t @@ -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; }