show all spaces in find input in firefox (#1002)

This commit is contained in:
tophf 2020-07-24 00:27:29 +03:00 committed by GitHub
parent 079b7a39f1
commit 7e195594b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@
border: none;
background-color: white;
font-weight: bold;
white-space: nowrap;
white-space: pre-wrap; /* issue #1000 */
color: currentColor; /* use the current theme's color instead of UserAgent's CSS */
flex: 1;
}