From b5b3391d0d6f4dfea386ca56076106e7216ad869 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sat, 13 Jul 2024 06:53:17 +0000 Subject: [PATCH] typeahead: Fix alignment of secondary text of typeahead. --- web/styles/typeahead.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/styles/typeahead.css b/web/styles/typeahead.css index 6ac9499ef1..d679de7328 100644 --- a/web/styles/typeahead.css +++ b/web/styles/typeahead.css @@ -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 {