Page MenuHomePhabricator

WVUI search suggestion font size is too big
Closed, DeclinedPublic

Description

The new search suggestion feature which uses WVUI enforces a font-size for the suggestions that is too big. I did not have the time to look for the actual source code, however, from what the browse console tells me, this is the relevant CSS portion:

.wvui-typeahead-suggestion__title {
    color: #202122;
    display: block;
    margin: 0 0 2px 0;
    font-size: 1.14285714em;
    font-weight: 700;
}

If font-size: 1.14285714em; is not used or font-size is explicitly set to 1, things look much better, and much more similar to the search results form legacy Vector.

Event Timeline

@Huji what do you mean by "too big"? How are you making that determination?

Jdlrobson removed Edtadros as the assignee of this task.
Jdlrobson added a subscriber: Edtadros.
ovasileva triaged this task as Medium priority.Jun 9 2021, 3:35 PM
LGoto subscribed.

This task was closed as part of backlog upkeep. If you believe it was closed in error, please respond on the ticket.