UX: Minor alignment fix for compact tag selector (#22810)

This commit is contained in:
Penar Musaraj 2023-07-26 14:13:39 -04:00 committed by GitHub
parent 92d2ea008e
commit f3db8579d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -78,16 +78,14 @@
width: auto;
margin-left: 0.25em;
position: static;
min-height: 28px;
&.is-expanded {
padding: 0;
}
.filter-input {
font-size: var(--font-down-1);
min-height: 28px;
flex: 1;
display: block;
border: none;
min-width: 0;
min-height: auto;
margin-top: -2px; // better vertical alignment
}
}
}