restore autosize-on-type of find input
This commit is contained in:
parent
7e195594b5
commit
e1807c8851
|
@ -61,7 +61,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
font-weight: bold;
|
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 */
|
color: currentColor; /* use the current theme's color instead of UserAgent's CSS */
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user