Headers with Icon - Text Alignment after Icon skewed

Hi there - is there a way to right justify the text in a header when put in a list setting so that the text all starts at the same spot after an icon? See the attached photo.

Hello @dolanl,

Thanks for reaching out.

Please make sure that your graphic icons have the same element settings particularly the font size.

If this isn’t enough, you can set a minimum width of the icon by inserting this inline element CSS:

$el.x-text .x-graphic {
    min-width: 35px;
}

To know more about the element CSS, please check this out first:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.