Hello, I would like to create my own icon component that includes a tooltip. I created a small sample project on stackblitz for this. Unfortunately, the icon and the tooltip don't work quite right in the example project, but that's not important for my question.
My goal would be for the two icon components to be displayed in a line next to each other by default.
After executing, if I assign the style attribute <div style="display: inline-block"> to the div that wraps the span, it works the way I want it to.
I'm assuming the tooltip behind the scenes creates this construct, which I can't directly access in the code via the <tooltip> tag. Is there a way to find out which CSS class one would need to access to enable the desired behavior.
I would be very happy about a solution proposal. Thanks in advance.