Removing border css class from info list.

Hey there, I wanna know if there is any way to remove border css class from info list.
3 Replies
tuto1902
tuto1902•3mo ago
What component are you working with? I would try using ->extraAttributes(['class' => '!border-0']). Although this sometimes doesn't work since the border could be on the parent element of the component.
[AC].dev
[AC].dev•3mo ago
Hey, thanks 🙂