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; }