Findbar: improve wrapping, fix #109

This commit is contained in:
Rafael Mardojai CM 2020-02-15 15:23:18 -05:00
parent 10b85c34b5
commit 56652507e0
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ findbar label, findbar description {
}
.findbar-container {
align-items: center;
padding: 6px !important;
display: flex;
justify-content: flex-start;
@ -29,7 +30,6 @@ hbox[anonid="findbar-textbox-wrapper"] {
.findbar-find-status, .found-matches {
margin-right: 6px !important;
padding: 7px 0;
}
.findbar-closebutton {