From e1807c8851d51a871dba7086ce273ea95085f3bb Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 24 Jul 2020 07:41:42 +0300 Subject: [PATCH] restore autosize-on-type of find input --- edit/global-search.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit/global-search.css b/edit/global-search.css index a6b21a00..0fcd9a2d 100644 --- a/edit/global-search.css +++ b/edit/global-search.css @@ -61,7 +61,7 @@ border: none; background-color: white; font-weight: bold; - white-space: pre-wrap; /* issue #1000 */ + white-space: pre; /* issue #1000 */ color: currentColor; /* use the current theme's color instead of UserAgent's CSS */ flex: 1; }