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
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.Hey, thanks 🙂