Prerequisites
What problem is your feature request going to solve? Please describe.
By creating a list of icons with a link, the link is added across the width, not just the icon and text.
This generates false clicks, the visitor can click on an area without content but leaves the page.
Describe the solution you'd like
This can be solved with CSS, but if Elementor already creates a style for the links, then it could be changed, without needing a custom code.


Describe alternatives you've considered
.elementor-widget .elementor-icon-list-item a {
width: auto;
}
Prerequisites
What problem is your feature request going to solve? Please describe.
By creating a list of icons with a link, the link is added across the width, not just the icon and text.
This generates false clicks, the visitor can click on an area without content but leaves the page.
Describe the solution you'd like

This can be solved with CSS, but if Elementor already creates a style for the links, then it could be changed, without needing a custom code.
Describe alternatives you've considered