This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Description
In Fenix, we would like to add suggestions that do not utilize the description portion of an Awesomebar.Suggestion. When we do this, the titles do not get vertically centered as they still leave room for a description to be set (see below). We can fix this by either:
- Creating an
Awesomebar.SimpleSuggestion that does not have a description field
- Modifying
Awesomebar.Suggestion so that if it does not have a description, it automatically centers the title accordingly.
Official mock ups for the feature we're using this on
Example

┆Issue is synchronized with this Jira Task