From 5bb441162abe332d85c05ccaea1c25bce5ecf2fc Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Tue, 16 Jul 2024 01:15:57 +0200 Subject: [PATCH] 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. --- 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; }