Skip to content

Commit c2b621a

Browse files
committed
Update JetstreamAuthorSection.php
1 parent 8992dae commit c2b621a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Forms/JetstreamAuthorSection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static function make(): Section
1818

1919
TeamBelongsTo::make(),
2020

21-
])->columns(2)
21+
])->columnSpanFull()
2222
->collapsible()
2323
->collapsed();
2424
}
@@ -36,7 +36,7 @@ public static function manyTeams(): Section
3636

3737
TeamBelongsToMany::make(),
3838
])
39-
->columns(2)
39+
->columnSpanFull()
4040
->collapsible()
4141
->collapsed();
4242
}

0 commit comments

Comments
 (0)