Findbar: fix height

- closes #441
This commit is contained in:
Cleo Menezes Jr 2022-11-17 23:28:14 -03:00
parent 17ba7abded
commit 33c256c8cb
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ findbar label, findbar description {
flex-direction: row;
margin: 0 !important;
width: calc(100% - 42px);
height: auto !important;
}
hbox[anonid="findbar-textbox-wrapper"] {