Styling os-truncate-text in angular

Hey guys
I am using <os-truncate-text> in few places across the app. In only ONE place I wanted to get rid of it’s left padding which comes from:

<ion-item button="false" [lines]="lines" data-selenium="job-description">

Above line is part of the <os-truncate-text>. Is there a way to do that? To set it’s left padding to 0?

I tried searching through the docs and the forum but no luck so far. I would appreciate any help :slight_smile:

Hm, not 100% sure I’m following. Do you have an example or something you can point to?