We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6beffae commit 7e6280eCopy full SHA for 7e6280e
src/Filament/Resources/Admin/ForumPostResource/Schemas/ForumPostInfolist.php
@@ -22,6 +22,7 @@ public static function configure(Schema $schema): Schema
22
'default' => 1,
23
'sm' => 3,
24
])
25
+ ->columnSpanFull()
26
->schema([
27
Section::make()
28
@@ -47,6 +48,7 @@ public static function configure(Schema $schema): Schema
47
48
]),
49
50
Section::make('Comments')
51
52
53
ForumCommentsEntry::make('comments')
54
->hiddenLabel()
0 commit comments