mirror of https://github.com/zulip/zulip.git
typeahead: Fix alignment of secondary text of typeahead.
This commit is contained in:
parent
a46b075e0e
commit
b5b3391d0d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue