change Infolists\Components\TextEntry content class

Currently the TextEntry component has child element with class:
<div class="fi-in-text-item inline-flex items-center gap-1.5 ">

This changes all elements into inline elements.
I would like to avoid that and change the classname
inline-flex
into
flex-1
to display content in full width!

Is it possible to "override" it or should i make my own component?
Was this page helpful?