-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
Description
Issue:
Helix UI for search the X icon was floating a little low in some views and not others. I tracked it down and it looks like the demos below in the table are aligned properly but not when it's a standalone search.
I tracked it down to a line-height issue. The searches with Kitten are inheriting line-height from the table I believe so they look correct.
I believe the issue stems from the line-height: 1.5rem; assigned to the body. It might be worth removing that line and scoping other line-heights? Or scoping the line-height on the hx-search component.
Noticed this while working on CTUI.

