UX: Minor alignment fix for compact tag selector (#22810)
This commit is contained in:
parent
92d2ea008e
commit
f3db8579d6
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue