Skip to content

Commit 7e6280e

Browse files
committed
Update layout
1 parent 6beffae commit 7e6280e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Filament/Resources/Admin/ForumPostResource/Schemas/ForumPostInfolist.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public static function configure(Schema $schema): Schema
2222
'default' => 1,
2323
'sm' => 3,
2424
])
25+
->columnSpanFull()
2526
->schema([
2627
Section::make()
2728
->schema([
@@ -47,6 +48,7 @@ public static function configure(Schema $schema): Schema
4748
]),
4849

4950
Section::make('Comments')
51+
->columnSpanFull()
5052
->schema([
5153
ForumCommentsEntry::make('comments')
5254
->hiddenLabel()

0 commit comments

Comments
 (0)