F
Filament8mo ago
andy

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
andy
andyOP8mo ago
No description
andy
andyOP8mo ago
Would it just be better to use a split instead?
CodeWithDennis
CodeWithDennis8mo ago
Just removing the ->columnSpan(1) would work right?
Dennis Koch
Dennis Koch7mo ago
Default is 2 columns. Either set ->columns(1) on the infolist or ->columnSpanFull() on your fields

Did you find this page helpful?