css: Allow cross icon to stay at end of searchbox.

Fixes #10026.
This commit is contained in:
Ryan Rehman 2020-06-21 13:55:16 +05:30 committed by Tim Abbott
parent 4f7848d9b2
commit 1e0340e0a3
1 changed files with 2 additions and 0 deletions

View File

@ -1649,6 +1649,8 @@ div.focused_table {
.input-append {
position: relative;
width: 100%;
width: max-content;
min-width: 100%;
.fa-search {
padding: 0px;