Fix small findbar issue

This commit is contained in:
Rafael Mardojai CM 2019-07-20 19:15:06 -05:00
parent 8dd8c53517
commit 538f8e212a
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ hbox[anonid="findbar-textbox-wrapper"] {
margin-left: 0 !important;
}
.findbar-find-status, .found-matches {
order: 0;
order: 0 !important;
}
}