I want to change the font size of the find-and-replace results, how can I do it? Thanks!
Add something like this to your styles.less:
styles.less
.search-result { font-size: 20px; }
Yeah,it works, thanks a lot.