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
![No description](https://cdn.answeroverflow.com/1287301057248104458/9DEB66FF-5C49-4F50-866D-E4022E2B820D.png)
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