Open edlerd opened 1 year ago
please assign this to me
@Gauravtb2253 you got it
<!DOCTYPE html>
Just in place of src add the link of your fontawesome kit
Please check and merge it
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-15242.
This message was autogenerated
Triage: icon/text alignment. To be revisited in new architecture.
Describe the bug
Consider a h4 heading is containing text with an info icon next to it. The icon seems to float above the baseline. I think this is a visual oddity due to the shape of the icon with the round outline.
To Reproduce
Steps to reproduce the behavior:
<h4>Further reading <i class="p-icon--information"></i></h4>
Expected behavior
The icon should appear on the header text baseline
Screenshots
Desktop (please complete the following information):
Additional context
We encountered this in https://github.com/canonical/lxd-ui/pull/483 where info icons are placed in headings for LXD-UI to link to the documentation. Temporary mitigation is adding some top margin to the icon, so it is pushed down a bit and appears aligned.