Icon vertical alignment in icon list element

Hello,

I have an icon list element with a number of entries.
The text takes two or three lines, and therefore the icon of the list is positioned in the middle od each line.
Is it possible to align it on top ?

  1. Align Items: Start

  2. STYLE → CSS → Custom CSS:

root .repeater-item i {
	margin-top: 6px;
}