typeahead: Fix alignment of secondary text of typeahead.

This commit is contained in:
Aman Agrawal 2024-07-13 06:53:17 +00:00 committed by Tim Abbott
parent a46b075e0e
commit b5b3391d0d
1 changed files with 3 additions and 1 deletions

View File

@ -83,12 +83,14 @@
}
.autocomplete_secondary {
align-self: center;
align-self: end;
opacity: 0.8;
font-size: 85%;
flex: 1 1 0;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
top: -1px;
}
.active .autocomplete_secondary {