[#1416] fixed listing searchbar text wrapping

This commit is contained in:
Gani Georgiev
2022-12-28 22:27:42 +02:00
parent 26b794aa08
commit 079616ee8e
32 changed files with 42 additions and 37 deletions
+4 -1
View File
@@ -4,7 +4,7 @@
outline: 0;
display: flex;
align-items: center;
height: var(--searchHeight);
min-height: var(--searchHeight);
width: 100%;
flex-grow: 1;
padding: 5px 7px;
@@ -34,6 +34,9 @@
font-family: var(--monospaceFontFamily);
border: 0;
background: none;
min-height: 0;
padding-top: 0;
padding-bottom: 0;
}
label > i {
line-height: inherit;