change Infolists\Components\TextEntry content class
Currently the TextEntry component has child element with class:
This changes all elements into inline elements.
I would like to avoid that and change the classname into to display content in full width!
Is it possible to "override" it or should i make my own component?
4 Replies
you can publish the assets
Yes, my bad
But if you want to customize the classes themeselves, then you need to create a theme
If you want to customize the table then you can customize the views
Ideally i would like to "just pass classname" to FI component to keep the changes minimal. I do not want to make System-wide modification to just override one component in one view. Maybe it is better to make my component just for this.
Thank you!