Is there a way to align Tabs on infolist ?

I try to align tab using css, but its break the contained one. Here is the css
.fi-tabs {
@apply ml-0 mr-auto;
}
.fi-tabs {
@apply ml-0 mr-auto;
}
3 Replies
Patrick Boivin
You added this small bit of CSS and you went from image 1 to image 2?
Rahman Ramsi
Rahman RamsiOP2y ago
no, it effecting the contained one in tabs there's option to disable contained view
awcodes
awcodes2y ago
Css will be your friend here. Make the container full width and flex justify start.

Did you find this page helpful?