Plugin Elementor: How to position bullet points always on top for multiline columns?

For multi-line texts in the Elementor Icon List, the icon is always centered in front of the text and unfortunately not on top. The following code changes this.

.elementor-icon-list-item {
  align-items: baseline !important;
}	
.elementor-icon-list-item .elementor-icon-list-icon {
  margin-top:6px;
}
Without cookies
This website does not use cookies or tracking. More information can be found in the privacy policy.