Skip to content

Commit

Permalink
Update JetstreamAuthorSection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tanthammar committed Jan 6, 2025
1 parent 8992dae commit c2b621a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Forms/JetstreamAuthorSection.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static function make(): Section

TeamBelongsTo::make(),

])->columns(2)
])->columnSpanFull()
->collapsible()
->collapsed();
}
Expand All @@ -36,7 +36,7 @@ public static function manyTeams(): Section

TeamBelongsToMany::make(),
])
->columns(2)
->columnSpanFull()
->collapsible()
->collapsed();
}
Expand Down

0 comments on commit c2b621a

Please sign in to comment.