restore autosize-on-type of find input

This commit is contained in:
tophf 2020-07-24 07:41:42 +03:00
parent 7e195594b5
commit e1807c8851

View File

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