Infolist not properly aligned
Sorry if I am missing something something but I'm trying to get my server stats and quick actions sections under each other. This is the code for the view.
https://pastes.dev/vqOl7cOc1A
pastes | vqOl7cOc1A
A paste containing 56 lines of php.
4 Replies
Would it just be better to use a split instead?
Just removing the
->columnSpan(1)
would work right?Default is 2 columns. Either set
->columns(1)
on the infolist or ->columnSpanFull()
on your fields